Skip to content

Commit 056b8a5

Browse files
committed
Flang support F90
1 parent 42b702b commit 056b8a5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ cmake_minimum_required(VERSION 2.8)
2222
# CMake's Fortran tests
2323
SET(CMAKE_Fortran_COMPILER_WORKS 1)
2424
SET(CMAKE_Fortran_ABI_COMPILED 0)
25+
SET(CMAKE_Fortran_COMPILER_SUPPORTS_F90 1)
2526
SET(CMAKE_Fortran_PREPROCESS_SOURCE
2627
"<CMAKE_Fortran_COMPILER> -cpp <DEFINES> <INCLUDES> <FLAGS> -E <SOURCE> -o <PREPROCESSED_SOURCE>")
2728

0 commit comments

Comments
 (0)