Skip to content

Commit

Permalink
Ensure proper initialization of CMAKE_INSTALL_PREFIX if needed (#485)
Browse files Browse the repository at this point in the history
* Invoke `morpheus_utils_initialize_install_prefix` function after calling `project`
* Related to nv-morpheus/Morpheus#1776

Authors:
  - David Gardner (https://github.com/dagardner-nv)

Approvers:
  - Michael Demoret (https://github.com/mdemoret-nv)

URL: #485
  • Loading branch information
dagardner-nv authored Jul 24, 2024
1 parent 8377f6a commit bceb7ef
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 bceb7ef

Please sign in to comment.