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
ba13d1ce
Verified
Commit
ba13d1ce
authored
Mar 25, 2020
by
Justin Carpentier
Browse files
cmake/examples: add c++11 standard for multiprecision
parent
7179943a
Changes
1
Hide whitespace changes
Inline
Side-by-side
examples/CMakeLists.txt
View file @
ba13d1ce
...
...
@@ -51,6 +51,10 @@ FOREACH(EXAMPLE ${${PROJECT_NAME}_EXAMPLES})
ADD_PINOCCHIO_CPP_EXAMPLE
(
${
EXAMPLE
}
)
ENDFOREACH
(
EXAMPLE
${${
PROJECT_NAME
}
_EXAMPLES
}
)
IF
(
BUILD_ADVANCED_TESTING
)
SET_PROPERTY
(
TARGET example-cpp-multiprecision PROPERTY CXX_STANDARD 11
)
ENDIF
(
BUILD_ADVANCED_TESTING
)
IF
(
BUILD_PYTHON_INTERFACE
)
SET
(
${
PROJECT_NAME
}
_PYTHON_EXAMPLES
inverse-kinematics
...
...
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