Skip to content

Commit 57751b3

Browse files
authored
Update project-setup.md (#108)
Fix a typo
1 parent 97c1c54 commit 57751b3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

getting-started/project-setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ endif()
134134
```
135135

136136
```{note}
137-
In the accompanying code, I hid these details in the `target_treat_all_warnings_as_errors()` function defined in `utils.cmake` and included at the beginning of the `CMakeLists.txt`.
137+
In the accompanying code, I hide these details in the `target_treat_all_warnings_as_errors()` function defined in `utils.cmake` and included at the beginning of the `CMakeLists.txt`.
138138
```
139139

140140
On MacOS, CMake can generate XCode project files. However, by default, no *schemes* are

0 commit comments

Comments
 (0)