Skip to content

Commit 88b994d

Browse files
Adding statement about dpc_common file and where to find them in README file. Change copyright to 2020
Signed-off-by: avillarr <[email protected]>
1 parent 0342133 commit 88b994d

File tree

1 file changed

+3
-3
lines changed
  • DirectProgramming/DPC++/StructuredGrids/iso2dfd_dpcpp

1 file changed

+3
-3
lines changed

DirectProgramming/DPC++/StructuredGrids/iso2dfd_dpcpp/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,12 +93,12 @@ Perform the following steps:
9393
Right click on the project in Solution explorer and select Rebuild.
9494
From top menu select Debug -> Start without Debugging.
9595
96-
>If you see the following error message when compiling this sample:
97-
>
96+
If you see the following error message when compiling this sample:
97+
9898
```
9999
Error 'dpc_common.hpp' file not found
100100
```
101-
>You need to add the following directory to the list of include folders, that are required by your project, in your project's Visual Studio project property panel. The missing include folder is located at `%ONEAPI_ROOT%\dev-utilities\latest\include` on your development system.
101+
You need to add the following directory to the list of include folders, that are required by your project, in your project's Visual Studio project property panel. The missing include folder is located at `%ONEAPI_ROOT%\dev-utilities\latest\include` on your development system.
102102
103103
* Build the program using MSBuild
104104
Open "x64 Native Tools Command Prompt for VS2017" or "x64 Native Tools Command Prompt for VS2019"

0 commit comments

Comments
 (0)