We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33b3a45 commit bfc7838Copy full SHA for bfc7838
CMAKE/CheckLAPACKCompilerFlags.cmake
@@ -20,7 +20,7 @@ if( CMAKE_Fortran_COMPILER_ID MATCHES "Intel" )
20
if ( WIN32 )
21
set(FOPT_ILP64 /integer-size:64)
22
else ()
23
- set(FOPT_ILP64 -integer-size 64)
+ set(FOPT_ILP64 "-integer-size 64")
24
endif()
25
elseif( (CMAKE_Fortran_COMPILER_ID STREQUAL "VisualAge" ) OR # CMake 2.6
26
(CMAKE_Fortran_COMPILER_ID STREQUAL "XL" ) ) # CMake 2.8
0 commit comments