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
6d6372b6
Unverified
Commit
6d6372b6
authored
Jul 18, 2019
by
Justin Carpentier
Committed by
GitHub
Jul 18, 2019
Browse files
Merge pull request #836 from jcarpent/topic/cmake
sync submodule cmake
parents
9c6307ad
654c8705
Changes
2
Show whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
6d6372b6
...
...
@@ -14,7 +14,6 @@ INCLUDE(cmake/base.cmake)
INCLUDE
(
cmake/boost.cmake
)
INCLUDE
(
cmake/python.cmake
)
INCLUDE
(
cmake/ide.cmake
)
INCLUDE
(
cmake/test.cmake
)
SET
(
PROJECT_NAME pinocchio
)
SET
(
PROJECT_DESCRIPTION
"A fast and flexible implementation of Rigid Body Dynamics algorithms and their analytical derivatives"
)
...
...
@@ -70,11 +69,7 @@ IF (INITIALIZE_WITH_NAN)
ADD_DEFINITIONS
(
-DEIGEN_INITIALIZE_MATRICES_BY_NAN
)
ENDIF
(
INITIALIZE_WITH_NAN
)
IF
(
BUILD_UNIT_TESTS
)
SET
(
DISABLE_TESTS OFF
)
ELSE
(
BUILD_UNIT_TESTS
)
SET
(
DISABLE_TESTS ON
)
ENDIF
(
BUILD_UNIT_TESTS
)
SET
(
BUILD_TESTING
${
BUILD_UNIT_TESTS
}
)
MACRO
(
TAG_LIBRARY_VERSION target
)
SET_TARGET_PROPERTIES
(
${
target
}
PROPERTIES SOVERSION
${
PROJECT_VERSION
}
)
...
...
cmake
@
ab4c7986
Compare
83c35c97
...
ab4c7986
Subproject commit
83c35c97f80462ca561cdb2ec25eb546c2bf83a4
Subproject commit
ab4c798680d0a3ba4e84d3b7f25cc42d336eca1b
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