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
Gepetto
example-robot-data
Commits
07fcdf1d
Commit
07fcdf1d
authored
Apr 27, 2020
by
Guilhem Saurel
Browse files
[CMake] run tests only if BUILD_TESTING
parent
95ee9a85
Pipeline
#9194
passed with stage
in 59 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
07fcdf1d
...
...
@@ -35,7 +35,9 @@ IF(BUILD_PYTHON_INTERFACE)
FINDPYTHON
()
STRING
(
REGEX REPLACE
"-"
"_"
PY_NAME
${
PROJECT_NAME
}
)
ADD_SUBDIRECTORY
(
python
)
ADD_SUBDIRECTORY
(
unittest
)
IF
(
BUILD_TESTING
)
ADD_SUBDIRECTORY
(
unittest
)
ENDIF
(
BUILD_TESTING
)
ENDIF
(
BUILD_PYTHON_INTERFACE
)
IF
(
NOT INSTALL_PYTHON_INTERFACE_ONLY
)
...
...
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