Skip to content

Commit 3a6f462

Browse files
Merge pull request #922 from colleeneb/master
Adding in quotes in cmake for Intel ifx and linux build
2 parents e18529f + bfc7838 commit 3a6f462

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMAKE/CheckLAPACKCompilerFlags.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ if( CMAKE_Fortran_COMPILER_ID MATCHES "Intel" )
2020
if ( WIN32 )
2121
set(FOPT_ILP64 /integer-size:64)
2222
else ()
23-
set(FOPT_ILP64 -integer-size 64)
23+
set(FOPT_ILP64 "-integer-size 64")
2424
endif()
2525
elseif( (CMAKE_Fortran_COMPILER_ID STREQUAL "VisualAge" ) OR # CMake 2.6
2626
(CMAKE_Fortran_COMPILER_ID STREQUAL "XL" ) ) # CMake 2.8

0 commit comments

Comments
 (0)