Skip to content

Commit

Permalink
Merge 50689e3 into 8bc6de7
Browse files Browse the repository at this point in the history
  • Loading branch information
mclarsen committed Nov 24, 2020
2 parents 8bc6de7 + 50689e3 commit 616b4d4
Show file tree
Hide file tree
Showing 5 changed files with 988 additions and 988 deletions.
8 changes: 4 additions & 4 deletions src/libs/conduit/CMakeLists.txt
Expand Up @@ -137,7 +137,7 @@ add_compiled_library(NAME conduit
#################################
if(FORTRAN_FOUND)
if("${CMAKE_Fortran_COMPILER_ID}" STREQUAL "GNU")
# disable c <-> fortran binding warnings for gfortran
# disable c <-> fortran binding warnings for gfortran
message(STATUS "Disabling c <-> fortran binding warnings for "
"conduit "
"(Adding Fortran compiler flag: -Wno-c-binding-type)")
Expand All @@ -157,7 +157,7 @@ endif()


####################################################################
# Special install targets for conduit fortran modules
# Special install targets for conduit fortran modules
####################################################################
if(FORTRAN_FOUND)
set(conduit_fortran_modules
Expand All @@ -168,8 +168,8 @@ if(FORTRAN_FOUND)
${CMAKE_Fortran_MODULE_DIRECTORY}/conduit_obj.mod)
endif()

# Setup install to copy the fortran modules
install(FILES
# Setup install to copy the fortran modules
install(FILES
${conduit_fortran_modules}
DESTINATION include/conduit)
endif()
Expand Down

0 comments on commit 616b4d4

Please sign in to comment.