mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 21:14:31 +08:00
91ba6e4631
* [rocksdb] Update to v5.15.10 * [rocksdb] Cleanup * [rocksdb] Fix cmake targets name. * [toolchains] Set NDEBUG in release * [rocksdb] Disable vcpkg_test_cmake due to misbehavior in x64 * [tiff] Use lzma on linux
14 lines
369 B
Diff
14 lines
369 B
Diff
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
|
index 5b0405f4a..43256fc04 100644
|
|
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -88,7 +88,7 @@ else()
|
|
endif()
|
|
|
|
if(WITH_ZLIB)
|
|
- find_package(zlib REQUIRED)
|
|
+ find_package(ZLIB REQUIRED)
|
|
add_definitions(-DZLIB)
|
|
include_directories(${ZLIB_INCLUDE_DIR})
|
|
list(APPEND THIRDPARTY_LIBS ${ZLIB_LIBRARIES})
|