Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
CoMISo
CoMISo
Commits
54a27374
Commit
54a27374
authored
Nov 21, 2017
by
Max Lyon
Browse files
enable/disable debug output via cmake option
parent
f2cf001e
Pipeline
#5883
passed with stages
in 6 minutes and 51 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
54a27374
...
...
@@ -352,7 +352,10 @@ link_directories (
)
# enable debug stuff
add_definitions
(
-DDEB_ON
)
set
(
COMISO_ENABLE_DEBUG_OUTPUT TRUE CACHE BOOL
"Enable CoMISo Debug Output"
)
if
(
COMISO_ENABLE_DEBUG_OUTPUT
)
add_definitions
(
-DDEB_ON
)
endif
()
# source code directories
set
(
directories
...
...
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