Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
D
dynamic-graph
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
Guilhem Saurel
dynamic-graph
Commits
26758a0a
Commit
26758a0a
authored
5 years ago
by
Guilhem Saurel
Browse files
Options
Downloads
Patches
Plain Diff
[CMake] ADD_PROJECT_DEPENDENCY is ready for Eigen3
thanks to PKG_CONFIG_REQUIRES
parent
982ab8f4
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CMakeLists.txt
+2
-2
2 additions, 2 deletions
CMakeLists.txt
cmake
+1
-1
1 addition, 1 deletion
cmake
with
3 additions
and
3 deletions
CMakeLists.txt
+
2
−
2
View file @
26758a0a
CMAKE_MINIMUM_REQUIRED
(
VERSION
2.6
)
CMAKE_MINIMUM_REQUIRED
(
VERSION
3.1
)
# Setup project properties
# Setup project properties
SET
(
PROJECT_ORG stack-of-tasks
)
SET
(
PROJECT_ORG stack-of-tasks
)
...
@@ -26,7 +26,7 @@ PROJECT(${PROJECT_NAME} ${PROJECT_ARGS})
...
@@ -26,7 +26,7 @@ PROJECT(${PROJECT_NAME} ${PROJECT_ARGS})
INCLUDE
(
cmake/pthread.cmake
)
INCLUDE
(
cmake/pthread.cmake
)
INCLUDE
(
cmake/boost.cmake
)
INCLUDE
(
cmake/boost.cmake
)
ADD_
REQUIRED
_DEPENDENCY
(
eigen3
)
ADD_
PROJECT
_DEPENDENCY
(
Eigen3 REQUIRED PKG_CONFIG_REQUIRES
eigen3
)
SET
(
BOOST_COMPONENTS serialization system unit_test_framework thread
)
SET
(
BOOST_COMPONENTS serialization system unit_test_framework thread
)
SEARCH_FOR_BOOST
()
SEARCH_FOR_BOOST
()
...
...
This diff is collapsed.
Click to expand it.
cmake
@
4514454f
Compare
61344038
...
4514454f
Subproject commit
61344038b1352d5a8de1e20db710c83be805d2eb
Subproject commit
4514454f5f9462047b5c29f61b6c3e0db731c416
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