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
pinocchio
Commits
5c1e80ab
Verified
Commit
5c1e80ab
authored
Sep 24, 2019
by
Justin Carpentier
Browse files
cmake: remove useless define
parent
7f91cda8
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
5c1e80ab
...
@@ -170,7 +170,6 @@ ADD_DEFINITIONS(-DBOOST_MPL_LIMIT_VECTOR_SIZE=30)
...
@@ -170,7 +170,6 @@ ADD_DEFINITIONS(-DBOOST_MPL_LIMIT_VECTOR_SIZE=30)
# Variable containing all the cflags definition relative to optional dependencies
# Variable containing all the cflags definition relative to optional dependencies
SET
(
CFLAGS_DEPENDENCIES
)
SET
(
CFLAGS_DEPENDENCIES
)
LIST
(
APPEND CFLAGS_DEPENDENCIES
"-DBOOST_MPL_LIMIT_LIST_SIZE=30"
)
LIST
(
APPEND CFLAGS_DEPENDENCIES
"-DBOOST_MPL_LIMIT_LIST_SIZE=30"
)
LIST
(
APPEND CFLAGS_DEPENDENCIES
"-DBOOST_MPL_LIMIT_VECTOR_SIZE=30"
)
# Path to boost headers
# Path to boost headers
INCLUDE_DIRECTORIES
(
SYSTEM
${
Boost_INCLUDE_DIRS
}
)
INCLUDE_DIRECTORIES
(
SYSTEM
${
Boost_INCLUDE_DIRS
}
)
...
...
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