Skip to content

Commit

Permalink
Fix inferring of CMAKE_INSTALL_PREFIX
Browse files Browse the repository at this point in the history
  • Loading branch information
dagardner-nv committed Jul 16, 2024
1 parent 8377f6a commit 4069230
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@ project(mrc
LANGUAGES C CXX
)

morpheus_utils_initialize_install_prefix(MRC_USE_CONDA)

rapids_cmake_write_version_file(${CMAKE_BINARY_DIR}/autogenerated/include/mrc/version.hpp)

# Delay enabling CUDA until after we have determined our CXX compiler
Expand Down
2 changes: 1 addition & 1 deletion external/utilities

0 comments on commit 4069230

Please sign in to comment.