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
4be90541
Unverified
Commit
4be90541
authored
Jul 12, 2019
by
Justin Carpentier
Committed by
GitHub
Jul 12, 2019
Browse files
Merge pull request #829 from jcarpent/devel
turn OFF BUILD_UNIT_TESTS by default
parents
9d0ce6f8
591c8388
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
4be90541
...
...
@@ -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