Skip to content

Commit d943f94

Browse files
committed
resolved reviewer issues
1 parent bb86411 commit d943f94

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/stdgpu/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,8 +185,8 @@ install(FILES "${stdgpu_SOURCE_DIR}/cmake/Findthrust.cmake"
185185
DESTINATION "${STDGPU_CMAKE_INSTALL_DIR}"
186186
COMPONENT stdgpu)
187187

188-
if(STDGPU_BACKEND STREQUAL STDGPU_BACKEND_CUDA)
188+
if(NOT STDGPU_BACKEND STREQUAL STDGPU_BACKEND_HIP)
189189
install(FILES "${stdgpu_SOURCE_DIR}/cmake/${STDGPU_BACKEND_DIRECTORY}/determine_thrust_paths.cmake"
190190
DESTINATION "${STDGPU_CMAKE_INSTALL_DIR}/${STDGPU_BACKEND_DIRECTORY}"
191191
COMPONENT stdgpu)
192-
endif()
192+
endif()

0 commit comments

Comments
 (0)