We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb86411 commit d943f94Copy full SHA for d943f94
1 file changed
src/stdgpu/CMakeLists.txt
@@ -185,8 +185,8 @@ install(FILES "${stdgpu_SOURCE_DIR}/cmake/Findthrust.cmake"
185
DESTINATION "${STDGPU_CMAKE_INSTALL_DIR}"
186
COMPONENT stdgpu)
187
188
-if(STDGPU_BACKEND STREQUAL STDGPU_BACKEND_CUDA)
+if(NOT STDGPU_BACKEND STREQUAL STDGPU_BACKEND_HIP)
189
install(FILES "${stdgpu_SOURCE_DIR}/cmake/${STDGPU_BACKEND_DIRECTORY}/determine_thrust_paths.cmake"
190
DESTINATION "${STDGPU_CMAKE_INSTALL_DIR}/${STDGPU_BACKEND_DIRECTORY}"
191
192
-endif()
+endif()
0 commit comments