Skip to content

Commit 7134e57

Browse files
authored
Update sample.json
1 parent 19596cf commit 7134e57

File tree

1 file changed

+2
-2
lines changed
  • RenderingToolkit/GettingStarted/03_openvkl_gsg

1 file changed

+2
-2
lines changed

RenderingToolkit/GettingStarted/03_openvkl_gsg/sample.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@
4343
"cd gpu",
4444
"mkdir build",
4545
"cd build",
46-
"cmake -G\"NMake Makefiles\" -DCMAKE_CXX_COMPILER=icx-cl ..",
47-
"cmake --build . --config Release",
46+
"cmake -G\"NMake Makefiles\" -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_COMPILER=icx-cl ..",
47+
"cmake --build .",
4848
".\\vklTutorialGPU.exe"
4949
]
5050

0 commit comments

Comments
 (0)