ad0fb25ed5
git-subtree-dir: projects/rocprofiler-sdk git-subtree-mainline:50a90550e9git-subtree-split:bf0fad1d54
19 řádky
397 B
CMake
19 řádky
397 B
CMake
#
|
|
#
|
|
#
|
|
|
|
if(ROCPROFILER_BUILD_SQLITE3)
|
|
message(
|
|
FATAL_ERROR
|
|
"rocpd python bindings require setting ROCPROFILER_BUILD_SQLITE3=OFF to interop with Python SQLite3 module"
|
|
)
|
|
endif()
|
|
|
|
foreach(_PYTHON_VERSION ${ROCPROFILER_PYTHON_VERSIONS})
|
|
rocprofiler_rocpd_python_bindings(${_PYTHON_VERSION})
|
|
endforeach()
|
|
|
|
add_subdirectory(source)
|
|
|
|
rocprofiler_reset_python3_cache()
|