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
ndcurves
Commits
e5d08ed3
Commit
e5d08ed3
authored
Aug 07, 2019
by
Guilhem Saurel
Committed by
Pierre Fernbach
Sep 03, 2019
Browse files
[CMake] add python subdir after searching for boost
parent
61e45c44
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
e5d08ed3
...
...
@@ -30,8 +30,6 @@ IF(BUILD_PYTHON_INTERFACE)
ADD_REQUIRED_DEPENDENCY
(
"eigenpy"
)
SET
(
BOOST_COMPONENTS
${
BOOST_COMPONENTS
}
python
)
ADD_SUBDIRECTORY
(
python
)
ENDIF
(
BUILD_PYTHON_INTERFACE
)
#find_package(Boost 1.58 REQUIRED unit_test_framework system serialization)
...
...
@@ -40,6 +38,10 @@ ENDIF(BUILD_PYTHON_INTERFACE)
SEARCH_FOR_BOOST
()
INCLUDE_DIRECTORIES
(
SYSTEM
${
Boost_INCLUDE_DIRS
}
)
IF
(
BUILD_PYTHON_INTERFACE
)
ADD_SUBDIRECTORY
(
python
)
ENDIF
(
BUILD_PYTHON_INTERFACE
)
ADD_SUBDIRECTORY
(
include/curves
)
ADD_SUBDIRECTORY
(
tests
)
...
...
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