We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eaba0e6 commit 88a338aCopy full SHA for 88a338a
CMakeLists.txt
@@ -519,7 +519,9 @@ endif(WIN32 AND NOT MINGW)
519
# CHECK FOR SYSTEM LIBRARIES, OPTIONS, ETC..
520
# ----------------------------------------------------------------------------
521
if(UNIX)
522
- find_package(PkgConfig QUIET)
+ if(NOT APPLE_FRAMEWORK)
523
+ find_package(PkgConfig QUIET)
524
+ endif()
525
include(CheckFunctionExists)
526
include(CheckIncludeFile)
527
0 commit comments