Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
chaosframework
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
chaos-lnf-control
chaosframework
Commits
95d214e2
Commit
95d214e2
authored
1 year ago
by
Andrea Michelotti
Browse files
Options
Downloads
Patches
Plain Diff
mongocxx
parent
f528b42b
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CMakeLists.txt
+1
-1
1 addition, 1 deletion
CMakeLists.txt
ChaosMetadataService/CMakeLists.txt
+5
-2
5 additions, 2 deletions
ChaosMetadataService/CMakeLists.txt
chaos/common/CMakeLists.txt
+1
-2
1 addition, 2 deletions
chaos/common/CMakeLists.txt
with
7 additions
and
5 deletions
CMakeLists.txt
+
1
−
1
View file @
95d214e2
...
...
@@ -110,7 +110,7 @@ IF (CHAOS_ONLY_DEPENDECY OR
ExternalProject_Add
(
googletest
GIT_REPOSITORY https://github.com/google/googletest.git
GIT_TAG release-1.1
0
.0
GIT_TAG release-1.1
2
.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"
...
...
This diff is collapsed.
Click to expand it.
ChaosMetadataService/CMakeLists.txt
+
5
−
2
View file @
95d214e2
...
...
@@ -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"
...
...
This diff is collapsed.
Click to expand it.
chaos/common/CMakeLists.txt
+
1
−
2
View file @
95d214e2
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment