Skip to content

Commit

Permalink
Call new morpheus_utils_initialize_install_prefix function to ensure …
Browse files Browse the repository at this point in the history
…CMAKE_INSTALL_PREFIX is set if needed
  • Loading branch information
dagardner-nv committed Jul 15, 2024
1 parent a742ade commit 928cdee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,8 @@ project(morpheus
# This sets some clang specific settings for CUDA prior to calling enable_language(CUDA)
morpheus_utils_enable_cuda()

morpheus_utils_initialize_install_prefix(MORPHEUS_USE_CONDA)

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

# Set a default build type if none was specified
Expand Down

0 comments on commit 928cdee

Please sign in to comment.