Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move the logic inferring the value of
CMAKE_INSTALL_PREFIX
to it's …
…own function (#74) * The `morpheus_utils_initialize_package_manager` needs to be called prior to calling `project`, however the `CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT` isn't defined until after `project` has been called. * Moves `CMAKE_INSTALL_PREFIX` logic to a new function named `morpheus_utils_initialize_install_prefix` * This change is needed for nv-morpheus/Morpheus#1776 Authors: - David Gardner (https://github.com/dagardner-nv) Approvers: - Michael Demoret (https://github.com/mdemoret-nv) URL: #74
- Loading branch information