aboutsummaryrefslogtreecommitdiff
path: root/depends
diff options
context:
space:
mode:
authorTheCharlatan <seb.kung@gmail.com>2024-11-14 10:58:14 +0100
committerfanquake <fanquake@gmail.com>2024-11-14 13:39:09 +0000
commitbcd82b13f4649e57d7d106856aab7b2a6296d728 (patch)
tree4f7ceebceb754202ad92c6da1b296d60f176e614 /depends
parent319a4e82614283afb3dbc5d38ff3b9d17fb911b3 (diff)
Remove pkgconfig from toolchain file
Diffstat (limited to 'depends')
-rw-r--r--depends/toolchain.cmake.in9
1 files changed, 0 insertions, 9 deletions
diff --git a/depends/toolchain.cmake.in b/depends/toolchain.cmake.in
index 37a0c670dd..69ff3cfb74 100644
--- a/depends/toolchain.cmake.in
+++ b/depends/toolchain.cmake.in
@@ -87,15 +87,6 @@ if(CMAKE_SYSTEM_NAME STREQUAL "Darwin" AND NOT CMAKE_HOST_APPLE)
set(CMAKE_FRAMEWORK_PATH "@OSX_SDK@/System/Library/Frameworks")
endif()
-
-# Customize pkg-config behaviour.
-cmake_path(APPEND CMAKE_FIND_ROOT_PATH "lib" "pkgconfig" OUTPUT_VARIABLE pkg_config_path)
-set(ENV{PKG_CONFIG_PATH} ${pkg_config_path})
-set(ENV{PKG_CONFIG_LIBDIR} ${pkg_config_path})
-unset(pkg_config_path)
-set(PKG_CONFIG_ARGN --static)
-
-
# Set configuration options for the main build system.
set(qt_packages @qt_packages@)
if("${qt_packages}" STREQUAL "")