Skip to content

Commit

Permalink
only static off
Browse files Browse the repository at this point in the history
  • Loading branch information
bam241 committed Dec 5, 2024
1 parent 3c573b9 commit 02d3d92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/FindMOAB.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ find_path(MOAB_CMAKE_CONFIG

# First check if we are forcing the download of MOAB
if (DDL_INSTALL_DEPS)
IF(NOT DAGMC_BUILD_SHARED_LIBS OR DAGMC_BUILD_STATIC_LIBS)
IF(DAGMC_BUILD_STATIC_LIBS)
message(FATAL_ERROR "DDL_INSTALL_DEPS is ONLY compatible with shared libraries.")
ENDIF()
IF(NOT MOAB_VERSION)
Expand Down

0 comments on commit 02d3d92

Please sign in to comment.