Skip to content

Commit

Permalink
Merge pull request #962 from pshriwise/dd-clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
gonuke authored Oct 8, 2024
2 parents 24e8124 + 0d89ee3 commit 56181be
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmake/DAGMC_macros.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -89,11 +89,13 @@ macro (dagmc_setup_options)
endif()

if (DOUBLE_DOWN)
message(STATUS "DOUBLE_DOWN has been enabled for ray tracing. Searching for package...")
find_package(DOUBLE_DOWN REQUIRED)
if (dd_VERSION VERSION_LESS 1.1.0)
message(FATAL_ERROR "Discovered Double Down Version: ${DOUBLE_DOWN_VERSION}. \
Please update Double Down to version 1.1.0 or greater.")
endif()
message(STATUS "Found DOUBLE_DOWN.")
endif()


Expand Down
1 change: 1 addition & 0 deletions doc/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Next version

**Changed:**

* Adding info messages to CMake output for double down (#962)
* Update hdf5 to v1.14.3 from v1.10.4 (#931 #933)
* Ensure implicit complement handle is placed at the back of DAGMC volume indices (#935)
* Update MOAB to 5.5.1 from 5.3.0 (#939 #940)
Expand Down

0 comments on commit 56181be

Please sign in to comment.