Skip to content

Commit

Permalink
test checking for interfaces in CMakelists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
jcurtis2 committed Oct 23, 2024
1 parent 1c86637 commit 1db9b18
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ include(FortranCInterface)

# Following must be commented out if using -Wimplicit-interface with -Werror
# Working with C and Fortran
#FortranCInterface_VERIFY()
#if (ENABLE_TCHEM_GPU)
# # Working with C++ and Fortran
# FortranCInterface_VERIFY(CXX)
#endif()
FortranCInterface_VERIFY()
if (ENABLE_TCHEM_GPU)
# Working with C++ and Fortran
FortranCInterface_VERIFY(CXX)
endif()

######################################################################
# options
Expand Down

0 comments on commit 1db9b18

Please sign in to comment.