Skip to content

Commit

Permalink
remove cmake interface checking
Browse files Browse the repository at this point in the history
  • Loading branch information
jcurtis2 committed Oct 28, 2024
1 parent 1db9b18 commit 947b115
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,6 @@ set(PACKAGE_STRING "PartMC 2.8.0")
set(PACKAGE_TARNAME "partmc")
set(PACKAGE_VERSION "2.8.0")

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()

######################################################################
# options

Expand Down

0 comments on commit 947b115

Please sign in to comment.