Skip to content

Commit 9c9db76

Browse files
authored
Update vcpkg.md
1 parent e41f30f commit 9c9db76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/vcpkg.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ First add it as submodule to your peoject:
88
Now add the following to your CMakeLists
99

1010
```
11-
et(CMAKE_BUILD_TYPE Debug)
11+
set(CMAKE_BUILD_TYPE Debug)
1212
1313
if (NOT DEFINED CMAKE_TOOLCHAIN_FILE)
1414
set(CMAKE_TOOLCHAIN_FILE "${CMAKE_SOURCE_DIR}/vcpkg/scripts/buildsystems/vcpkg.cmake" CACHE PATH "toolchain file")

0 commit comments

Comments
 (0)