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
Guilhem Saurel
hpp-fcl
Commits
232911a1
Commit
232911a1
authored
Apr 02, 2020
by
Guilhem Saurel
Browse files
[CMake] fix eigen3 use on fedora
parent
daafc32d
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/CMakeLists.txt
View file @
232911a1
...
...
@@ -94,19 +94,19 @@ add_library(${LIBRARY_NAME}
ADD_SOURCE_GROUP
(
${
LIBRARY_NAME
}
_SOURCES
)
ADD_HEADER_GROUP
(
PROJECT_HEADERS_FULL_PATH
)
TARGET_LINK_LIBRARIES
(
${
LIBRARY_NAME
}
PUBLIC
TARGET_LINK_LIBRARIES
(
${
LIBRARY_NAME
}
PUBLIC
Boost::thread
Boost::date_time
Boost::system
)
target_include_directories
(
${
LIBRARY_NAME
}
target_include_directories
(
${
LIBRARY_NAME
}
SYSTEM PUBLIC
${
EIGEN3_INCLUDE_DIR
S
}
${
EIGEN3_INCLUDE_DIR
}
)
target_include_directories
(
${
LIBRARY_NAME
}
target_include_directories
(
${
LIBRARY_NAME
}
PUBLIC
$<INSTALL_INTERFACE:
${
CMAKE_INSTALL_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