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
eigenpy
Commits
1bf3d0de
Verified
Commit
1bf3d0de
authored
May 27, 2020
by
Justin Carpentier
Browse files
cmake: use classic search for Eigen3
parent
a5af409b
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
1bf3d0de
...
...
@@ -63,7 +63,7 @@ ENDIF(WIN32)
# ----------------------------------------------------
# --- DEPENDENCIES -----------------------------------
# ----------------------------------------------------
ADD_
REQUIRED
_DEPENDENCY
(
"eigen3 >= 3.0.5"
)
ADD_
PROJECT
_DEPENDENCY
(
Eigen3 REQUIRED PKG_CONFIG_REQUIRES
"eigen3 >= 3.0.5"
)
SET
(
BOOST_COMPONENTS python
)
SEARCH_FOR_BOOST
()
...
...
@@ -183,7 +183,6 @@ ELSE()
ENDIF
()
TARGET_LINK_BOOST_PYTHON
(
${
PROJECT_NAME
}
PUBLIC
)
PKG_CONFIG_USE_DEPENDENCY
(
${
PROJECT_NAME
}
eigen3
)
INSTALL
(
TARGETS
${
PROJECT_NAME
}
EXPORT
${
TARGETS_EXPORT_NAME
}
PUBLIC_HEADER DESTINATION
${
CMAKE_INSTALL_FULL_INCLUDEDIR
}
...
...
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