2016-11-21 17:41:25 +08:00
|
|
|
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
2019-06-13 14:08:09 +08:00
|
|
|
index c6f56e4..5601f90 100644
|
2016-11-21 17:41:25 +08:00
|
|
|
--- a/CMakeLists.txt
|
|
|
|
+++ b/CMakeLists.txt
|
2019-06-13 14:08:09 +08:00
|
|
|
@@ -89,6 +89,8 @@ endif()
|
2016-11-21 17:41:25 +08:00
|
|
|
|
|
|
|
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
|
|
|
|
|
2019-06-13 14:08:09 +08:00
|
|
|
+if(0)
|
2019-02-08 07:22:37 +08:00
|
|
|
+
|
2019-06-13 14:08:09 +08:00
|
|
|
add_custom_target(hugo_dir
|
|
|
|
COMMAND ${CMAKE_COMMAND} -E make_directory hugo
|
|
|
|
)
|
|
|
|
@@ -147,6 +149,8 @@ add_custom_target(docs
|
|
|
|
|
|
|
|
set(THIRD_PARTY_SOURCE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/src/third_party)
|
2016-11-21 17:41:25 +08:00
|
|
|
|
2019-06-13 14:08:09 +08:00
|
|
|
+endif()
|
|
|
|
+
|
2016-11-21 17:41:25 +08:00
|
|
|
enable_testing()
|
|
|
|
|
|
|
|
add_subdirectory(src)
|
|
|
|
diff --git a/src/bsoncxx/CMakeLists.txt b/src/bsoncxx/CMakeLists.txt
|
2019-06-13 14:08:09 +08:00
|
|
|
index 50085d0..5966d21 100644
|
2016-11-21 17:41:25 +08:00
|
|
|
--- a/src/bsoncxx/CMakeLists.txt
|
|
|
|
+++ b/src/bsoncxx/CMakeLists.txt
|
2019-02-08 07:22:37 +08:00
|
|
|
@@ -249,4 +249,4 @@ install(
|
2019-06-13 14:08:09 +08:00
|
|
|
DESTINATION ${CMAKE_INSTALL_LIBDIR}/cmake/${PKG}-${BSONCXX_VERSION}
|
2016-11-21 17:41:25 +08:00
|
|
|
)
|
|
|
|
|
|
|
|
-add_subdirectory(test)
|
2019-06-13 14:08:09 +08:00
|
|
|
+# add_subdirectory(test)
|
2016-11-21 17:41:25 +08:00
|
|
|
diff --git a/src/mongocxx/CMakeLists.txt b/src/mongocxx/CMakeLists.txt
|
2019-06-13 14:08:09 +08:00
|
|
|
index 3cba62d..64ff936 100644
|
2016-11-21 17:41:25 +08:00
|
|
|
--- a/src/mongocxx/CMakeLists.txt
|
|
|
|
+++ b/src/mongocxx/CMakeLists.txt
|
2019-06-13 14:08:09 +08:00
|
|
|
@@ -259,4 +259,4 @@ install(
|
|
|
|
DESTINATION ${CMAKE_INSTALL_LIBDIR}/cmake/${PKG}-${MONGOCXX_VERSION}
|
2016-11-21 17:41:25 +08:00
|
|
|
)
|
|
|
|
|
|
|
|
-add_subdirectory(test)
|
2019-06-13 14:08:09 +08:00
|
|
|
+# add_subdirectory(test)
|