Skip to content

Commit

Permalink
Change example defaults to build by default (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkSchofield authored Feb 19, 2024
2 parents 17c6d4f + 417b443 commit ebe98d7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions example/CMakePresets.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"cacheVariables": {
"CMAKE_TOOLCHAIN_FILE": "../Windows.MSVC.toolchain.cmake",
"CMAKE_VS_VERSION_PRERELEASE": "ON",
"VS_EXPERIMENTAL_MODULE": "ON",
"VS_USE_SPECTRE_MITIGATION_RUNTIME": "ON"
"VS_EXPERIMENTAL_MODULE": "OFF",
"VS_USE_SPECTRE_MITIGATION_RUNTIME": "OFF"
},
"binaryDir": "${sourceDir}/__output/${presetName}"
},
Expand Down Expand Up @@ -141,7 +141,7 @@
"cacheVariables": {
"CMAKE_TOOLCHAIN_FILE": "../Windows.EWDK.toolchain.cmake",
"VS_EXPERIMENTAL_MODULE": "OFF",
"VS_USE_SPECTRE_MITIGATION_RUNTIME": "ON"
"VS_USE_SPECTRE_MITIGATION_RUNTIME": "OFF"
},
"binaryDir": "${sourceDir}/__output/${presetName}-$env{VSCMD_ARG_TGT_ARCH}"
}
Expand Down

0 comments on commit ebe98d7

Please sign in to comment.