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
72043fe3
Commit
72043fe3
authored
Mar 17, 2017
by
PRUVOST Florent
Browse files
this message should be printed if option is not defined, not if it is
OFF
parent
f46aa3cb
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
72043fe3
...
...
@@ -559,7 +559,7 @@ else (NOT CHAMELEON_SIMULATION)
" else set CHAMELEON_USE_CUDA=OFF. The same idea is applicable with MAGMA."
"
${
ColourReset
}
"
)
endif
()
if
(
NOT CHAMELEON_USE_MAGMA
)
if
(
NOT
DEFINED
CHAMELEON_USE_MAGMA
)
message
(
WARNING
"
${
BoldBlue
}
"
"In simulation mode CHAMELEON_USE_CUDA and CHAMELEON_USE_MAGMA should be set to"
" ensure that the user is aware of the version to be used. If Chameleon's"
...
...
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