Skip to content

Commit e8a5cb3

Browse files
authored
Update README.md
1 parent 7134e57 commit e8a5cb3

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

  • RenderingToolkit/GettingStarted/03_openvkl_gsg/gpu

RenderingToolkit/GettingStarted/03_openvkl_gsg/gpu/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,7 @@ cd <path-to-oneAPI-samples>\RenderingToolkit\GettingStarted\03_openvkl_gsg\gpu
4141
mkdir build
4242
cd build
4343
cmake -G"NMake Makefiles" -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_COMPILER=icx-cl ..
44-
cmake --build . --config Release
45-
cd Release
44+
cmake --build .
4645
.\vklTutorialGPU.exe
4746
```
4847

0 commit comments

Comments
 (0)