diff --git a/projects/rocr-runtime/rocrtst/samples/CMakeLists.txt b/projects/rocr-runtime/rocrtst/samples/CMakeLists.txt index 73fcb355cc..0245e3ad57 100755 --- a/projects/rocr-runtime/rocrtst/samples/CMakeLists.txt +++ b/projects/rocr-runtime/rocrtst/samples/CMakeLists.txt @@ -115,7 +115,7 @@ else() endif() if(NOT EXISTS "${OPENCL_INC_DIR}/opencl-c.h") - set(OPENCL_INC_DIR "${OPENCL_DIR}/../../../external/llvm-clang/lib/Headers/") + set(OPENCL_INC_DIR "${OPENCL_DIR}/../../../external/llvm-project/clang/lib/Headers/") if(NOT EXISTS "${OPENCL_INC_DIR}/opencl-c.h") message(WARNING "opencl-c.h not found.") endif() diff --git a/projects/rocr-runtime/rocrtst/suites/test_common/CMakeLists.txt b/projects/rocr-runtime/rocrtst/suites/test_common/CMakeLists.txt index 7b4357ae89..91ddb6d1ad 100755 --- a/projects/rocr-runtime/rocrtst/suites/test_common/CMakeLists.txt +++ b/projects/rocr-runtime/rocrtst/suites/test_common/CMakeLists.txt @@ -115,7 +115,7 @@ else() endif() if(NOT EXISTS "${OPENCL_INC_DIR}/opencl-c.h") - set(OPENCL_INC_DIR "${OPENCL_DIR}/../../../external/llvm-clang/lib/Headers/") + set(OPENCL_INC_DIR "${OPENCL_DIR}/../../../external/llvm-project/clang/lib/Headers/") if(NOT EXISTS "${OPENCL_INC_DIR}/opencl-c.h") message(WARNING "opencl-c.h not found.") endif()