File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ To turn an option on or off:
78
78
79
79
```
80
80
$ cd <cmake-build-directory>
81
- $ cmake . -DOPTION=ON # Relace OPTION with the option name, set to ON / OFF
81
+ $ cmake . -DOPTION=ON # Replace OPTION with the option name, set to ON / OFF
82
82
```
83
83
84
84
Options can also be set with the CMake GUI.
@@ -181,7 +181,7 @@ Install the following components:
181
181
- [ Python 3.7] ( https://www.python.org/ftp/python/3.7.0/python-3.7.0.exe )
182
182
- [ CMake 3.14 or later] ( https://github.com/Kitware/CMake/releases/download/v3.14.7/cmake-3.14.7-win64-x64.msi )
183
183
184
- The latest Windows SDK can also by installed by opening Visual Studio and selecting _ Get Tools and
184
+ The latest Windows SDK can also be installed by opening Visual Studio and selecting _ Get Tools and
185
185
Features..._ under the _ Tools_ menu.
186
186
187
187
By default, Windows treats the file system as case insensitive. Please do not enable case
You can’t perform that action at this time.
0 commit comments