changed the CMake option from AMDGPU_TARGETS to GPU_TARGETS (#1440)

This commit is contained in:
akolliasAMD
2024-12-12 12:09:30 -07:00
committed by GitHub
parent 7386fac64a
commit 45c1c1a781
3 changed files with 16 additions and 16 deletions
+1 -1
View File
@@ -219,7 +219,7 @@ fi
# Build for specified GPU target(s) only
if [[ ! -z "${build_amdgpu_targets}" ]]; then
cmake_common_options="${cmake_common_options} -DAMDGPU_TARGETS=${build_amdgpu_targets}"
cmake_common_options="${cmake_common_options} -DGPU_TARGETS=${build_amdgpu_targets}"
fi
# shared vs static