Skip to content

Commit

Permalink
Updating hint in config test CMake module
Browse files Browse the repository at this point in the history
  • Loading branch information
pshriwise committed Mar 26, 2022
1 parent bbd0209 commit abe9755
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/FindDAGMC.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ message(STATUS ${DAGMC_ROOT})
find_path(DAGMC_CMAKE_CONFIG NAMES DAGMCConfig.cmake
HINTS ${DAGMC_ROOT} $ENV{DAGMC_ROOT}
PATHS ENV LD_LIBRARY_PATH
PATH_SUFFIXES lib Lib cmake lib/cmake/
PATH_SUFFIXES lib Lib cmake lib/cmake/dagmc
NO_DEFAULT_PATH)

message(STATUS "Found DAGMC in ${DAGMC_CMAKE_CONFIG}")
Expand Down

0 comments on commit abe9755

Please sign in to comment.