diff --git a/RenderingToolkit/Tutorial/IntroToRayTracingWithEmbree/sample.json b/RenderingToolkit/Tutorial/IntroToRayTracingWithEmbree/sample.json index ca7f1948ea..da30705c65 100644 --- a/RenderingToolkit/Tutorial/IntroToRayTracingWithEmbree/sample.json +++ b/RenderingToolkit/Tutorial/IntroToRayTracingWithEmbree/sample.json @@ -67,7 +67,7 @@ "cd cpu", "mkdir build", "cd build", - "cmake -DCMAKE_BUILD_TYPE=Release ..", + "cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH=/opt/intel/oneapi/rkcommon/latest/lib/cmake/rkcommon ..", "cmake --build .", "cmake --install .", "cd ../bin", diff --git a/RenderingToolkit/Tutorial/PathTracingWithEmbree/sample.json b/RenderingToolkit/Tutorial/PathTracingWithEmbree/sample.json index ecf0f85afe..2e7f4572ed 100644 --- a/RenderingToolkit/Tutorial/PathTracingWithEmbree/sample.json +++ b/RenderingToolkit/Tutorial/PathTracingWithEmbree/sample.json @@ -45,7 +45,7 @@ "cd cpu", "mkdir build", "cd build", - "cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH=/opt/intel/oneapi ..", + "cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH=/opt/intel/oneapi/rkcommon/latest/lib/cmake/rkcommon ..", "cmake --build . ", "export DYLD_LIBRARY_PATH=${LIBRARY_PATH} && ./rkPathTracer" ]