Skip to content

Commit

Permalink
revert some unnecessary change
Browse files Browse the repository at this point in the history
  • Loading branch information
bam241 committed Dec 6, 2024
1 parent 9212815 commit 95c92f0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 1 addition & 3 deletions cmake/FindMOAB.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -84,14 +84,12 @@ message(STATUS "MOAB_LIBRARY_DIRS: ${MOAB_LIBRARY_DIRS}")
message(STATUS "MOAB_LIBRARIES_SHARED: ${MOAB_LIBRARIES_SHARED}")
message(STATUS "MOAB_LIBRARIES_STATIC: ${MOAB_LIBRARIES_STATIC}")



if(DDL_INSTALL_DEPS)
message(STATUS "MOAB will be downloaded and built at make time")
elseif (MOAB_INCLUDE_DIRS AND (MOAB_LIBRARIES_SHARED OR NOT BUILD_SHARED_LIBS) AND
(MOAB_LIBRARIES_STATIC OR NOT BUILD_STATIC_LIBS))
message(STATUS "Found MOAB")
else()
else ()
message(FATAL_ERROR "Could not find MOAB")
endif ()

Expand Down
1 change: 0 additions & 1 deletion src/pyne/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,3 @@ if(NOT (${HDF5_VERSION} VERSION_LESS 1.12.0))
endif()

dagmc_install_library(pyne_dagmc)

0 comments on commit 95c92f0

Please sign in to comment.