mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 19:49:01 +08:00
5b0a83d386
* [rocksdb] update to 7.7.3 * update version * Add license * update evrsion
14 lines
504 B
Diff
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(
|