Skip to content

Commit 348d959

Browse files
committed
Fix flibcpp_std_flags for non-intel/gnu compiler
1 parent 75490a2 commit 348d959

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ if (FLIBCPP_FORTRAN_STD AND NOT FLIBCPP_FORTRAN_STD STREQUAL "none")
4848
"FLIBCPP_FORTRAN_STD=${FLIBCPP_FORTRAN_STD}. Configure with "
4949
"the FFLAGS environment variable or explicitly specify "
5050
"CMAKE_Fortran_FLAGS")
51-
set(_FLIBCPP_STD_FLAGS "none" CACHE FORCE STRING "")
51+
set(FLIBCPP_FORTRAN_STD "none" CACHE FORCE STRING "")
5252
endif()
5353
endif()
5454

0 commit comments

Comments
 (0)