Skip to content

Commit bcd82b1

Browse files
TheCharlatanfanquake
authored andcommitted
Remove pkgconfig from toolchain file
1 parent 319a4e8 commit bcd82b1

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

depends/toolchain.cmake.in

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -87,15 +87,6 @@ if(CMAKE_SYSTEM_NAME STREQUAL "Darwin" AND NOT CMAKE_HOST_APPLE)
8787
set(CMAKE_FRAMEWORK_PATH "@OSX_SDK@/System/Library/Frameworks")
8888
endif()
8989

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-
9990
# Set configuration options for the main build system.
10091
set(qt_packages @qt_packages@)
10192
if("${qt_packages}" STREQUAL "")

0 commit comments

Comments
 (0)