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 447cf9a commit dfc9d06Copy full SHA for dfc9d06
CMakeLists.txt
@@ -1,6 +1,6 @@
1
cmake_minimum_required(VERSION 3.28)
2
3
-option(BUILD_TOOLS "Build the Collector and Mock" ON)
+option(BUILD_TOOLS "Build the Collector and Mock" OFF)
4
5
# features that are installed via vcpkg
6
if (BUILD_TOOLS)
CMakePresets.json
@@ -7,6 +7,9 @@
7
"generator": "Ninja",
8
"binaryDir": "${sourceDir}/cmake-build/${presetName}",
9
"toolchainFile": "$env{VCPKG_ROOT}/scripts/buildsystems/vcpkg.cmake",
10
+ "cacheVariables": {
11
+ "BUILD_TOOLS": "ON"
12
+ },
13
"hidden": true
14
},
15
{
0 commit comments