Skip to content

Commit

Permalink
Forgot to set ORBITER_MAKE_DOC
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkWanderer committed Aug 4, 2021
1 parent 000efc0 commit 5337dd2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CMakePresets.json
Expand Up @@ -15,7 +15,8 @@
"cacheVariables": {
"CMAKE_C_COMPILER": "cl",
"CMAKE_CXX_COMPILER": "cl",
"CMAKE_INSTALL_PREFIX": "${sourceDir}/out/install/${presetName}"
"CMAKE_INSTALL_PREFIX": "${sourceDir}/out/install/${presetName}",
"ORBITER_MAKE_DOC": "OFF"
},
"environment": {
"VCPKG_FEATURE_FLAGS": "manifests,versions,binarycaching,registries"
Expand Down

0 comments on commit 5337dd2

Please sign in to comment.