vcpkg/ports/rocksdb/0005-do-not-install-cmake-modules.patch
JonLiu1993 5b0a83d386
[rocksdb] update to 7.7.3 (#28057)
* [rocksdb] update to 7.7.3

* update version

* Add license

* update evrsion
2022-11-30 09:41:27 -08:00

14 lines
504 B
Diff

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 3d90152..b0c5d31 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1206,7 +1206,7 @@ if(NOT WIN32 OR ROCKSDB_INSTALL_ON_WINDOWS)
endforeach()
endforeach()
- install(DIRECTORY "${PROJECT_SOURCE_DIR}/cmake/modules" COMPONENT devel DESTINATION ${package_config_destination})
+ #install(DIRECTORY "${PROJECT_SOURCE_DIR}/cmake/modules" COMPONENT devel DESTINATION ${package_config_destination})
if(NOT ROCKSDB_BUILD_SHARED)
install(