diff --git a/projects/hip-tests/samples/1_Utils/hipInfo/CMakeLists.txt b/projects/hip-tests/samples/1_Utils/hipInfo/CMakeLists.txt index 301649761d..f17d4e4bcd 100644 --- a/projects/hip-tests/samples/1_Utils/hipInfo/CMakeLists.txt +++ b/projects/hip-tests/samples/1_Utils/hipInfo/CMakeLists.txt @@ -37,10 +37,10 @@ endif() # flag is set to ON in compute build for windows option(HIPINFO_INTERNAL_BUILD "Enable building hipInfo from compute" OFF) -# need to set rocm_path for windows +# need to set hip-path for windows # since clang and hip are two different folders during build/install step if (WIN32 AND HIPINFO_INTERNAL_BUILD) - set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} --rocm-path=${CMAKE_PREFIX_PATH}") + set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} --hip-path=${CMAKE_PREFIX_PATH}") endif() # Find hip @@ -73,4 +73,4 @@ endif() if(TARGET build_utils) add_dependencies(build_utils hipInfo) -endif() \ No newline at end of file +endif()