WSL/SLF GitLab Repository
Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
snow-models
meteoio
Commits
7b8b6be5
Commit
7b8b6be5
authored
Sep 22, 2015
by
Mathias Bavay
Browse files
There is no need to keep the "hera" target since it can now be handled by standard arguments
parent
501cd06c
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
7b8b6be5
...
...
@@ -134,13 +134,9 @@ ENDIF(NOT CMAKE_BUILD_TYPE)
###########################################################
#targets providing SETs of compiler options
IF
(
NOT DEST
)
SET
(
DEST
"safe"
CACHE STRING
"Choose safe
,
optimized
, hera
"
FORCE
)
SET
(
DEST
"safe"
CACHE STRING
"Choose safe
or
optimized"
FORCE
)
ENDIF
(
NOT DEST
)
IF
(
DEST STREQUAL
"hera"
)
SET
(
ARCH
"-march=amdfam10"
)
ENDIF
(
DEST STREQUAL
"hera"
)
IF
(
DEST STREQUAL
"safe"
)
SET
(
ARCH
"
${
ARCH_SAFE
}
"
)
ENDIF
(
DEST STREQUAL
"safe"
)
...
...
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