Enhance CMAKE install instructions with std install location/destination (#85)
* Enhancement - usage of package name flags commonly across for getting unique folder name * Enhancements - updating libexec/pkg usage, avoid sbin * CMAKE Format Update * Python Format Update * Revert "Enhancement - usage of package name flags commonly across for getting unique folder name" This reverts commit 2dcd1ac5f22ab90112d90648e4b5dab5c54bc639. * REview Comments - Revert PACKAGE_NAME usage * Review Comments - Update source folders accordingly to new cmake install locations
This commit is contained in:
committed by
GitHub
parent
89cfb5317d
commit
6bb60bf930
@@ -23,7 +23,7 @@ function(rocprofiler_sdk_custom_compilation)
|
||||
NAMES rocprofiler-sdk-launch-compiler
|
||||
HINTS ${rocprofiler-sdk_ROOT_DIR} ${PROJECT_BINARY_DIR} ${CMAKE_BINARY_DIR}
|
||||
PATHS ${rocprofiler-sdk_ROOT_DIR} ${PROJECT_BINARY_DIR} ${CMAKE_BINARY_DIR}
|
||||
PATH_SUFFIXES sbin)
|
||||
PATH_SUFFIXES libexec/rocprofiler-sdk)
|
||||
|
||||
if(NOT COMP_COMPILER)
|
||||
message(
|
||||
|
||||
Reference in New Issue
Block a user