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 319a4e8 commit bcd82b1Copy full SHA for bcd82b1
depends/toolchain.cmake.in
@@ -87,15 +87,6 @@ if(CMAKE_SYSTEM_NAME STREQUAL "Darwin" AND NOT CMAKE_HOST_APPLE)
87
set(CMAKE_FRAMEWORK_PATH "@OSX_SDK@/System/Library/Frameworks")
88
endif()
89
90
-
91
-# Customize pkg-config behaviour.
92
-cmake_path(APPEND CMAKE_FIND_ROOT_PATH "lib" "pkgconfig" OUTPUT_VARIABLE pkg_config_path)
93
-set(ENV{PKG_CONFIG_PATH} ${pkg_config_path})
94
-set(ENV{PKG_CONFIG_LIBDIR} ${pkg_config_path})
95
-unset(pkg_config_path)
96
-set(PKG_CONFIG_ARGN --static)
97
98
99
# Set configuration options for the main build system.
100
set(qt_packages @qt_packages@)
101
if("${qt_packages}" STREQUAL "")
0 commit comments