Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Guilhem Saurel
dynamic-graph
Commits
396b76f8
Commit
396b76f8
authored
Mar 10, 2021
by
Guilhem Saurel
Browse files
[CMake] drop pkg-config
parent
761c39d2
Pipeline
#13446
passed with stage
in 2 minutes and 50 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
396b76f8
...
@@ -34,7 +34,7 @@ IF(BUILD_TESTING)
...
@@ -34,7 +34,7 @@ IF(BUILD_TESTING)
FIND_PACKAGE
(
Boost REQUIRED COMPONENTS unit_test_framework
)
FIND_PACKAGE
(
Boost REQUIRED COMPONENTS unit_test_framework
)
ENDIF
()
ENDIF
()
ADD_PROJECT_DEPENDENCY
(
Boost REQUIRED COMPONENTS serialization system thread
)
ADD_PROJECT_DEPENDENCY
(
Boost REQUIRED COMPONENTS serialization system thread
)
ADD_PROJECT_DEPENDENCY
(
Eigen3 REQUIRED
PKG_CONFIG_REQUIRES eigen3
)
ADD_PROJECT_DEPENDENCY
(
Eigen3 REQUIRED
)
SEARCH_FOR_PTHREAD
()
SEARCH_FOR_PTHREAD
()
IF
(
Boost_VERSION GREATER 107299 OR Boost_VERSION_MACRO GREATER 107299
)
IF
(
Boost_VERSION GREATER 107299 OR Boost_VERSION_MACRO GREATER 107299
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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