Skip to content

Commit

Permalink
restoring indent
Browse files Browse the repository at this point in the history
  • Loading branch information
bam241 committed Feb 5, 2025
1 parent 141bb0b commit 56e8c13
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cmake/DAGMC_macros.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -257,9 +257,9 @@ macro (dagmc_install_library lib_name)
PUBLIC_HEADER DESTINATION ${INSTALL_INCLUDE_DIR})
# Required to ensure that MOAB is built before DAGMC and to properly link against MOAB
if(PULL_INSTALL_MOAB)
target_link_libraries(${lib_name}-shared INTERFACE ${MOAB_LIBRARY_DIRS}/libMOAB${CMAKE_SHARED_LIBRARY_SUFFIX})
add_dependencies(${lib_name}-shared MOAB)
endif()
target_link_libraries(${lib_name}-shared PUBLIC ${MOAB_LIBRARY_DIRS}/libMOAB${CMAKE_SHARED_LIBRARY_SUFFIX})
add_dependencies(${lib_name}-shared MOAB)
endif()
endif ()

if (BUILD_STATIC_LIBS)
Expand Down

0 comments on commit 56e8c13

Please sign in to comment.