Skip to content

Commit

Permalink
CMake/readme: fix note (#805)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexVeprev authored Apr 1, 2022
1 parent 3e352b4 commit 9d2a347
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions cmake/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,12 +129,13 @@ cmake -DCMAKE_MSVC_RUNTIME_LIBRARY=MultiThreadedDebug -DCMAKE_BUILD_TYPE=Debug .
**NOTE**

Set `TBB_NO_APPCONTAINER` to `ON` in order to apply `/APPCONTAINER:NO` option during the compilation (used for testing).

---

```bash
cmake -DCMAKE_SYSTEM_NAME:STRING=WindowsStore -DCMAKE_SYSTEM_VERSION:STRING=10.0 ..
```

---

* **Universal Windows* OS Driver build**. Set `TBB_WINDOWS_DRIVER` to `ON` and use static linkage with CRT.

```bash
Expand Down

0 comments on commit 9d2a347

Please sign in to comment.