Skip to content

Commit

Permalink
changed how GTMM is enabled in the build
Browse files Browse the repository at this point in the history
  • Loading branch information
LiamBindle committed Nov 5, 2020
1 parent 123c7d8 commit 9dd0e8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GTMM/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ target_link_libraries(Hg
)


if("gtmm" IN_LIST GCCLASSIC_EXE_TARGETS)
if(${GTMM})
add_executable(gtmm
GTMM.F90
)
Expand Down

0 comments on commit 9dd0e8a

Please sign in to comment.