Skip to content

Commit

Permalink
cmake: added missing option for Linux presets
Browse files Browse the repository at this point in the history
  • Loading branch information
SNMetamorph committed Oct 27, 2023
1 parent 20f3425 commit 6d53e21
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions CMakePresets.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,8 @@
"binaryDir": "${sourceDir}/build",
"cacheVariables": {
"VCPKG_TARGET_TRIPLET": "x86-linux",
"CMAKE_BUILD_TYPE": "Debug"
"CMAKE_BUILD_TYPE": "Debug",
"ENABLE_PHYSX": "OFF"
},
"vendor": { "microsoft.com/VisualStudioSettings/CMake/1.0": { "hostOS": [ "Linux" ] } }
},
Expand All @@ -85,7 +86,8 @@
"binaryDir": "${sourceDir}/build",
"cacheVariables": {
"VCPKG_TARGET_TRIPLET": "x64-linux",
"CMAKE_BUILD_TYPE": "Debug"
"CMAKE_BUILD_TYPE": "Debug",
"ENABLE_PHYSX": "OFF"
},
"vendor": { "microsoft.com/VisualStudioSettings/CMake/1.0": { "hostOS": [ "Linux" ] } }
},
Expand Down

0 comments on commit 6d53e21

Please sign in to comment.