Skip to content

Commit

Permalink
fix cmake flag
Browse files Browse the repository at this point in the history
  • Loading branch information
bernedom committed Aug 3, 2024
1 parent 52db09a commit 4dc0360
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/superbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:

- name: cmake-configure
run: |
cmake -S . -B ./build -GNinja -DCH10_EX03_SUPERBUILD=ON -DCMAKE_BUILD_TYPE=Debug
cmake -S . -B ./build -GNinja -DCH10_EX03_USE_SUPERBUILD=ON -DCMAKE_BUILD_TYPE=Debug
working-directory: chapter10/ex03_simple_qt_app

- name: build
Expand Down
4 changes: 2 additions & 2 deletions chapter10/ex03_simple_qt_app/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ In order to build the project with Ninja and the MSVC compiler, you will need to

```bash
C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvarsall.bat x64
cmake -S . -B build -G Ninja -DCH10_EX03_SUPERBUILD=ON
cmake -S . -B build -G Ninja -DCH10_EX03_USE_SUPERBUILD=ON
cmake --build ./build
```


(Be sure to replace the path to `vcvarsall.bat` with the correct path for your system.)

0 comments on commit 4dc0360

Please sign in to comment.