Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
AGULLO Emmanuel
Chameleon
Commits
f1f59b85
Commit
f1f59b85
authored
Mar 16, 2017
by
PRUVOST Florent
Browse files
Only disable examples and testings if simulation mode because this mode does not support it
parent
075986df
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
f1f59b85
...
...
@@ -1088,14 +1088,14 @@ if(_match_ifort)
endif
(
_match_ifort
)
# Testing executables
if
(
CHAMELEON_ENABLE_EXAMPLE
)
if
(
CHAMELEON_ENABLE_EXAMPLE
AND NOT CHAMELEON_SIMULATION
)
add_subdirectory
(
example
)
endif
(
CHAMELEON_ENABLE_EXAMPLE
)
endif
(
CHAMELEON_ENABLE_EXAMPLE
AND NOT CHAMELEON_SIMULATION
)
# Testing executables
if
(
CHAMELEON_ENABLE_TESTING
)
if
(
CHAMELEON_ENABLE_TESTING
AND NOT CHAMELEON_SIMULATION
)
add_subdirectory
(
testing
)
endif
(
CHAMELEON_ENABLE_TESTING
)
endif
(
CHAMELEON_ENABLE_TESTING
AND NOT CHAMELEON_SIMULATION
)
# Timing executables
if
(
CHAMELEON_ENABLE_TIMING
)
...
...
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