Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Stack Of Tasks
dynamic-graph
Commits
764bbda2
Commit
764bbda2
authored
Aug 24, 2020
by
Guilhem Saurel
Browse files
[CMake] sync submodule and its use
parent
5452c703
Changes
2
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
764bbda2
...
...
@@ -26,13 +26,14 @@ INCLUDE(cmake/boost.cmake)
# Project definition
COMPUTE_PROJECT_ARGS
(
PROJECT_ARGS LANGUAGES CXX
)
PROJECT
(
${
PROJECT_NAME
}
${
PROJECT_ARGS
}
)
CHECK_MINIMAL_CXX_STANDARD
(
11 ENFORCE
)
INCLUDE
(
cmake/pthread.cmake
)
# needs to be included after the CXX definition
# Project dependencies
ADD_PROJECT_DEPENDENCY
(
Eigen3 REQUIRED PKG_CONFIG_REQUIRES eigen3
)
SET
(
BOOST_
COMPONENTS serialization system
unit_test_framework
thread
)
SEARCH_FOR_BOOST
(
)
ADD_PROJECT_DEPENDENCY
(
Boost REQUIRED
COMPONENTS serialization system thread
)
FIND_PACKAGE
(
Boost REQUIRED COMPONENTS unit_test_framework
)
SEARCH_FOR_PTHREAD
()
# Add configuration headers for plug-ins.
...
...
cmake
@
c6e4768f
Compare
fb4c22c3
...
c6e4768f
Subproject commit
fb4c22c319ec5320f9a85527eb1a4130954846f5
Subproject commit
c6e4768fc40c1da1bdee04354538151b9c898acf
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment