SWDEV-534297 Fixing build dependecies for python versions (#411)

* SWDEV-534297 Fixing build dependecies for python versions

* Addressing feedback

* Fixed bug and tests

* More changes after CMake learnings
This commit is contained in:
Bhardwaj, Gopesh
2025-05-28 00:48:57 +05:30
committed by GitHub
parent b90ef494dd
commit d910dded7d
2 changed files with 31 additions and 7 deletions
+2 -2
View File
@@ -7,9 +7,9 @@ set(DEFAULT_PYTHON_RPATH "\$ORIGIN:\$ORIGIN/../../..:\$ORIGIN/../../../rocprofil
include("${CMAKE_CURRENT_LIST_DIR}/utilities.cmake")
if(NOT DEFINED ROCPROFILER_PYTHON_VERSIONS)
get_default_python_version(DEFAULT_PYTHON_VERSION)
get_default_python_versions(DEFAULT_PYTHON_VERSIONS)
set(ROCPROFILER_PYTHON_VERSIONS
"${DEFAULT_PYTHON_VERSION}"
"${DEFAULT_PYTHON_VERSIONS}"
CACHE STRING "")
endif()