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
Stack Of Tasks
dynamic-graph
Commits
64ac4d4a
Commit
64ac4d4a
authored
Jan 13, 2020
by
Guilhem Saurel
Committed by
ostasse@laas.fr
Jan 13, 2020
Browse files
[CMake] revert cmake-exports for eigen3 & boost
parent
beff7244
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
64ac4d4a
...
...
@@ -24,10 +24,12 @@ PROJECT(${PROJECT_NAME} ${PROJECT_ARGS})
# jrl-cmakemodules handling of usual modules
INCLUDE
(
cmake/pthread.cmake
)
add_project_dependency
(
Eigen3 REQUIRED NO_MODULE
)
add_project_dependency
(
Boost REQUIRED
OPTIONAL_COMPONENTS
serialization system unit_test_framework thread
)
INCLUDE
(
cmake/boost.cmake
)
ADD_REQUIRED_DEPENDENCY
(
eigen3
)
SET
(
BOOST_COMPONENTS serialization system unit_test_framework thread
)
SEARCH_FOR_BOOST
()
# Allows math in mathjax.
SET
(
DOXYGEN_USE_MATHJAX YES
)
...
...
@@ -168,8 +170,8 @@ target_include_directories(${PROJECT_NAME}
PUBLIC
$<BUILD_INTERFACE:
${
CMAKE_BUILD_DIR
}
/include>
$<BUILD_INTERFACE:
${
CMAKE_CURRENT_LIST_DIR
}
/include>
$<BUILD_INTERFACE:
${
EIGEN3_INCLUDE_DIR
}
>
INTERFACE
${
EIGEN3_INCLUDE_DIR
}
$<BUILD_INTERFACE:
${
EIGEN3_INCLUDE_DIR
S
}
>
INTERFACE
${
EIGEN3_INCLUDE_DIR
S
}
$<INSTALL_INTERFACE:include>
)
...
...
Write
Preview
Supports
Markdown
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