Skip to content

Commit d49a662

Browse files
committed
docs: enable vcpkg in the readme [skip ci]
1 parent 8c6ab2d commit d49a662

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ FetchContent_MakeAvailable(_project_options)
2626
include(${_project_options_SOURCE_DIR}/Index.cmake)
2727
2828
# install vcpkg dependencies: - should be called before defining project()
29-
# run_vcpkg()
29+
run_vcpkg()
3030
3131
# Set the project name and language
3232
project(myproject LANGUAGES CXX C)

0 commit comments

Comments
 (0)