7 lines
198 B
CMake
7 lines
198 B
CMake
|
|
register_flag_required(CMAKE_CXX_COMPILER
|
|
"Absolute path to the AMD HIP C++ compiler")
|
|
|
|
macro(setup)
|
|
# nothing to do here as hipcc does everything correctly, what a surprise!
|
|
endmacro() |