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

[ROCm/rocprofiler-sdk commit: d910dded7d]
This commit is contained in:
Bhardwaj, Gopesh
2025-05-28 00:48:57 +05:30
committed by GitHub
szülő 6efbc492f1
commit fef21e8ff6
2 fájl változott, egészen pontosan 31 új sor hozzáadva és 7 régi sor törölve
@@ -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()