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.
2 parents e18529f + bfc7838 commit 3a6f462Copy full SHA for 3a6f462
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