Skip to content

Commit 9c9d7fc

Browse files
author
Jon Moeller
authored
Small fixes for README file. (intel#63)
Change title to "Profiling Tools Interfaces SDK". Add missing /toolchains folder path in build step. Signed-off-by: Moeller, Jon <[email protected]>
1 parent 952d47d commit 9c9d7fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sdk/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Performance Tools Interfaces SDK
1+
# Profiling Tools Interfaces SDK
22

33
## Overview
44

@@ -48,7 +48,7 @@ Build the pti library + tests and samples
4848
>> cd sdk
4949
>> mkdir build
5050
>> cd build
51-
>> cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_TOOLCHAIN_FILE=../cmake/icpx_toolchain.cmake ..
51+
>> cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_TOOLCHAIN_FILE=../cmake/toolchains/icpx_toolchain.cmake ..
5252
>> make -j
5353
```
5454

0 commit comments

Comments
 (0)