Skip to content

Commit

Permalink
fix(wasm): Remove the CMAKE_STAGING_PREFIX variable from wasm preset (A…
Browse files Browse the repository at this point in the history
  • Loading branch information
phated authored Mar 14, 2023
1 parent 611bf34 commit f2f8d1f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cpp/CMakePresets.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@
},
"cacheVariables": {
"CMAKE_SYSROOT": "$env{WASI_SDK_PREFIX}/share/wasi-sysroot",
"CMAKE_STAGING_PREFIX": "$env{WASI_SDK_PREFIX}/share/wasi-sysroot",
"CMAKE_FIND_ROOT_PATH_MODE_PROGRAM": "NEVER",
"CMAKE_FIND_ROOT_PATH_MODE_LIBRARY": "ONLY",
"CMAKE_FIND_ROOT_PATH_MODE_INCLUDE": "ONLY",
Expand Down

0 comments on commit f2f8d1f

Please sign in to comment.