Fix CMakeLists.txt for square sample (#61)

Co-authored-by: Matthias Knorr <MKKnorr@web.de>

[ROCm/hip-tests commit: 184142b4b6]
This commit is contained in:
Guan, Zichuan
2025-04-29 09:59:53 -04:00
committed by GitHub
parent 817eb2a3d5
commit bcdc86805c
@@ -33,7 +33,7 @@ if(UNIX)
endif()
# create square.cpp
execute_process(COMMAND sh -c "${CMAKE_PREFIX_PATH}/bin/hipify-perl \
execute_process(COMMAND sh -c "${ROCM_PATH}/bin/hipify-perl \
${CMAKE_CURRENT_SOURCE_DIR}/square.cu > ${CMAKE_CURRENT_BINARY_DIR}/square.cpp")
# Find hip