We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c6ab2d commit d49a662Copy full SHA for d49a662
README.md
@@ -26,7 +26,7 @@ FetchContent_MakeAvailable(_project_options)
26
include(${_project_options_SOURCE_DIR}/Index.cmake)
27
28
# install vcpkg dependencies: - should be called before defining project()
29
-# run_vcpkg()
+run_vcpkg()
30
31
# Set the project name and language
32
project(myproject LANGUAGES CXX C)
0 commit comments