mirror of
https://github.com/openwrt/openwrt.git
synced 2025-12-21 17:04:28 +04:00
Update cmake to version 4.2.0 Release notes at https://cmake.org/cmake/help/v4.2/release/4.2.html Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi> Link: https://github.com/openwrt/openwrt/pull/20863 Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
12 lines
410 B
Diff
12 lines
410 B
Diff
--- a/Utilities/cmlibarchive/CMakeLists.txt
|
|
+++ b/Utilities/cmlibarchive/CMakeLists.txt
|
|
@@ -669,7 +669,7 @@ IF(ENABLE_ZSTD)
|
|
SET(ZSTD_FIND_QUIETLY TRUE)
|
|
ENDIF (ZSTD_INCLUDE_DIR)
|
|
|
|
- IF(0) # CMake does not let pkg-config override its search paths.
|
|
+ IF(1) # CMake does not let pkg-config override its search paths.
|
|
IF(UNIX)
|
|
FIND_PACKAGE(PkgConfig QUIET)
|
|
PKG_SEARCH_MODULE(PC_ZSTD libzstd)
|