Skip to content

Commit 1577d2b

Browse files
Rtk development branch fix for validation 20230320 (#1458)
* sample.json update for macos validation workaround Signed-off-by: Carroll, Michael R <[email protected]> * samples.json workaround for validation rtk pathtracer Signed-off-by: Carroll, Michael R <[email protected]> --------- Signed-off-by: Carroll, Michael R <[email protected]>
1 parent feddfcd commit 1577d2b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

RenderingToolkit/Tutorial/IntroToRayTracingWithEmbree/sample.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"cd cpu",
6868
"mkdir build",
6969
"cd build",
70-
"cmake -DCMAKE_BUILD_TYPE=Release ..",
70+
"cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH=/opt/intel/oneapi/rkcommon/latest/lib/cmake/rkcommon ..",
7171
"cmake --build .",
7272
"cmake --install .",
7373
"cd ../bin",

RenderingToolkit/Tutorial/PathTracingWithEmbree/sample.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"cd cpu",
4646
"mkdir build",
4747
"cd build",
48-
"cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH=/opt/intel/oneapi ..",
48+
"cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH=/opt/intel/oneapi/rkcommon/latest/lib/cmake/rkcommon ..",
4949
"cmake --build . ",
5050
"export DYLD_LIBRARY_PATH=${LIBRARY_PATH} && ./rkPathTracer"
5151
]

0 commit comments

Comments
 (0)