We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19596cf commit 7134e57Copy full SHA for 7134e57
1 file changed
RenderingToolkit/GettingStarted/03_openvkl_gsg/sample.json
@@ -43,8 +43,8 @@
43
"cd gpu",
44
"mkdir build",
45
"cd build",
46
- "cmake -G\"NMake Makefiles\" -DCMAKE_CXX_COMPILER=icx-cl ..",
47
- "cmake --build . --config Release",
+ "cmake -G\"NMake Makefiles\" -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_COMPILER=icx-cl ..",
+ "cmake --build .",
48
".\\vklTutorialGPU.exe"
49
]
50
0 commit comments