Skip to content

Commit

Permalink
Use vcpkg for api-only
Browse files Browse the repository at this point in the history
  • Loading branch information
jackjansen committed Oct 10, 2024
1 parent 75d1192 commit cd367e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakePresets.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"name" : "api-only",
"description" : "Build only native API libraries",
"generator" : "Unix Makefiles",
"inherits" : "non-vcpkg",
"inherits" : "vcpkg",
"cacheVariables" : {
"CMAKE_BUILD_TYPE" : "Release",
"CWIPC_API_ONLY" : "YES"
Expand Down

0 comments on commit cd367e4

Please sign in to comment.