Skip to content

Commit 2d2654f

Browse files
author
Gonzalo Diaz
committed
[CONFIG] How to stop vcpkg manifest mode from updating dependencies?
https://stackoverflow.com/a/78126733/6366150
1 parent 36b7e29 commit 2d2654f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ include(CTest)
1212

1313
set(CMAKE_CXX_STANDARD 17)
1414
set(CMAKE_CXX_STANDARD_REQUIRED on)
15+
set(VCPKG_MANIFEST_INSTALL OFF)
1516

1617
SET(GCC_COVERAGE_COMPILE_FLAGS "-fsanitize=address -fprofile-arcs -ftest-coverage -g -O0")
1718
SET(GCC_COVERAGE_LINK_FLAGS "--coverage")

0 commit comments

Comments
 (0)