Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
AGULLO Emmanuel
Chameleon
Commits
96819268
Commit
96819268
authored
Mar 04, 2019
by
Mathieu Faverge
Browse files
Fix Issue
#70
parent
69d821d3
Changes
2
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
96819268
...
...
@@ -1015,10 +1015,8 @@ add_subdirectory(runtime)
enable_testing
()
include
(
CTest
)
# Necessary to compile executables (temporary)
# should use SystemDetection.cmake module?
string
(
REGEX MATCH
".*ifort$"
_match_ifort
${
CMAKE_Fortran_COMPILER
}
)
if
(
_match_ifort
)
# Necessary to compile C executables linked with ifort
if
(
${
CMAKE_Fortran_COMPILER_ID
}
STREQUAL
"Intel"
)
message
(
STATUS
"Add -nofor_main to the Fortran linker (Intel compiler)"
)
set
(
CMAKE_Fortran_FLAGS
"
${
CMAKE_Fortran_FLAGS
}
-nofor_main"
)
endif
(
_match_ifort
)
...
...
hqr
@
621a15b8
Compare
7ad2afce
...
621a15b8
Subproject commit
7ad2afcef2901aa04c772369b3aa0deb4da9158b
Subproject commit
621a15b8241717f9e8eb5774eadcb6b6d394e99a
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