Skip to content

Commit 5c8a60a

Browse files
authored
Add missing endif in example project (#50)
1 parent 5c47dd5 commit 5c8a60a

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
@@ -24,6 +24,7 @@ include(CheckLanguage)
2424
check_language(Fortran)
2525
if(CMAKE_Fortran_COMPILER)
2626
enable_language(Fortran)
27+
endif()
2728

2829

2930
#

0 commit comments

Comments
 (0)