mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-04 21:30:01 -05:00
Merge topic 'hip-flags-append'
3d0e2775a5 HIP: Add missing space when appending --cuda-host-only
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !6662
This commit is contained in:
@@ -10,7 +10,7 @@ if(CMAKE_HIP_COMPILER_FORCED)
|
||||
endif()
|
||||
|
||||
set(__CMAKE_HIP_FLAGS "${CMAKE_HIP_FLAGS}")
|
||||
string(APPEND CMAKE_HIP_FLAGS "--cuda-host-only")
|
||||
string(APPEND CMAKE_HIP_FLAGS " --cuda-host-only")
|
||||
|
||||
include(CMakeTestCompilerCommon)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user