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
591c8388
Verified
Commit
591c8388
authored
Jul 11, 2019
by
Justin Carpentier
Browse files
cmake: set BUILD_UNIT_TESTS to OFF by default
parent
4a87d8e7
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
591c8388
...
...
@@ -51,7 +51,7 @@ ENDIF(WIN32)
# --- OPTIONS ----------------------------------------
OPTION
(
BUILD_BENCHMARK
"Build the benchmarks"
OFF
)
OPTION
(
BUILD_UNIT_TESTS
"Build the unitary tests"
O
N
)
OPTION
(
BUILD_UNIT_TESTS
"Build the unitary tests"
O
FF
)
OPTION
(
BUILD_UTILS
"Build the utils"
OFF
)
OPTION
(
BUILD_PYTHON_INTERFACE
"Build the python binding"
ON
)
OPTION
(
BUILD_WITH_LUA_SUPPORT
"Build the lua parser"
OFF
)
...
...
Write
Preview
Markdown
is supported
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