forked from OPM/ResInsight
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCMakePresets.json
More file actions
21 lines (21 loc) · 787 Bytes
/
CMakePresets.json
File metadata and controls
21 lines (21 loc) · 787 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"version": 2,
"configurePresets": [
{
"name": "ninja",
"hidden": true,
"generator": "Ninja",
"binaryDir": "${sourceDir}/build",
"cacheVariables": {
"CMAKE_TOOLCHAIN_FILE": "ThirdParty/vcpkg/scripts/buildsystems/vcpkg.cmake",
"VCPKG_INSTALL_OPTIONS": "--disable-metrics;--clean-after-build",
"RESINSIGHT_INCLUDE_APPLICATION_UNIT_TESTS": true,
"RESINSIGHT_TREAT_WARNINGS_AS_ERRORS": true,
"RESINSIGHT_ENABLE_UNITY_BUILD": false,
"RESINSIGHT_ENABLE_GRPC": false,
"CMAKE_INSTALL_PREFIX": "${sourceDir}/build/install",
"CMAKE_POLICY_VERSION_MINIMUM": "3.5"
}
}
]
}