Skip to content
Snippets Groups Projects
Commit 95d214e2 authored by Andrea Michelotti's avatar Andrea Michelotti
Browse files

mongocxx

parent f528b42b
No related branches found
No related tags found
No related merge requests found
......@@ -110,7 +110,7 @@ IF (CHAOS_ONLY_DEPENDECY OR
ExternalProject_Add(
googletest
GIT_REPOSITORY https://github.com/google/googletest.git
GIT_TAG release-1.10.0
GIT_TAG release-1.12.0
PREFIX "${CMAKE_BINARY_DIR}/ext_dep/googletest-prefix"
SOURCE_DIR "${CMAKE_BINARY_DIR}/ext_dep/googletest-src"
BINARY_DIR "${CMAKE_BINARY_DIR}/ext_dep/googletest-build"
......
......@@ -125,6 +125,7 @@ ExternalProject_Add(
mongo-c-driver
GIT_REPOSITORY https://github.com/mongodb/mongo-c-driver.git
GIT_TAG 1.12.0
# GIT_TAG 1.24.0
PREFIX "${CMAKE_BINARY_DIR}/ext_dep/mongo-c-driver-prefix"
SOURCE_DIR "${CMAKE_BINARY_DIR}/ext_dep/mongo-c-driver-src"
BINARY_DIR "${CMAKE_BINARY_DIR}/ext_dep/mongo-c-driver-build"
......@@ -156,8 +157,10 @@ MESG("Install cxx mongodb driver")
ExternalProject_Add(
mongo-cxx-driver
DEPENDS mongo-c-driver
GIT_REPOSITORY https://github.com/mongodb/mongo-cxx-driver
GIT_TAG r3.3.1
# GIT_REPOSITORY https://github.com/mongodb/mongo-cxx-driver
GIT_REPOSITORY https://github.com/amichelotti/mongo-cxx-driver
#GIT_TAG r3.3.1
GIT_TAG mongocxx-chaos
PREFIX "${CMAKE_BINARY_DIR}/ext_dep/mongo-cxx-driver-prefix"
SOURCE_DIR "${CMAKE_BINARY_DIR}/ext_dep/mongo-cxx-driver-src"
BINARY_DIR "${CMAKE_BINARY_DIR}/ext_dep/mongo-cxx-driver-build"
......
......@@ -282,7 +282,7 @@ IF(CHAOS_EPICS_SUPPORT)
INSTALL_COMMAND ""
# CONFIGURE_COMMAND "make -j 3 INSTALL_LOCATION=${CMAKE_INSTALL_PREFIX} install"
# BUILD_COMMAND "make -j 3 INSTALL_LOCATION=${CMAKE_INSTALL_PREFIX} install"
BUILD_COMMAND make -j 3 INSTALL_LOCATION=${CMAKE_INSTALL_PREFIX} install
BUILD_COMMAND make -j 3 INSTALL_LOCATION=${CMAKE_INSTALL_PREFIX} install
)
......@@ -433,7 +433,6 @@ SET(common_lib_src ${common_lib_src}
SET(common_lib_src ${common_lib_src}
event/EventClient.cpp
event/AsioImplEventClient
event/AsioEventForwarder.cpp
event/EventServer.cpp
event/AsioImplEventServer.cpp
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment