Commit 0622146a authored by Alexander Alekhin's avatar Alexander Alekhin

cmake: disable generation of pkg-config file during Xcode build

parent cca99bf8
...@@ -793,7 +793,8 @@ endif() ...@@ -793,7 +793,8 @@ endif()
include(cmake/OpenCVGenHeaders.cmake) include(cmake/OpenCVGenHeaders.cmake)
# Generate opencv.pc for pkg-config command # Generate opencv.pc for pkg-config command
if(NOT OPENCV_SKIP_PKGCONFIG_GENERATION) if(NOT OPENCV_SKIP_PKGCONFIG_GENERATION
AND NOT CMAKE_GENERATOR MATCHES "Xcode")
include(cmake/OpenCVGenPkgconfig.cmake) include(cmake/OpenCVGenPkgconfig.cmake)
endif() endif()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment