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 75490a2 commit 348d959Copy full SHA for 348d959
CMakeLists.txt
@@ -48,7 +48,7 @@ if (FLIBCPP_FORTRAN_STD AND NOT FLIBCPP_FORTRAN_STD STREQUAL "none")
48
"FLIBCPP_FORTRAN_STD=${FLIBCPP_FORTRAN_STD}. Configure with "
49
"the FFLAGS environment variable or explicitly specify "
50
"CMAKE_Fortran_FLAGS")
51
- set(_FLIBCPP_STD_FLAGS "none" CACHE FORCE STRING "")
+ set(FLIBCPP_FORTRAN_STD "none" CACHE FORCE STRING "")
52
endif()
53
54
0 commit comments