Skip to content

Commit

Permalink
* CMakePresets.json: Remove CMAKE_CXX_COMPILER -- APR doesn't use C++…
Browse files Browse the repository at this point in the history
… compiler.

git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1917339 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
Ivan Zhakov committed Apr 25, 2024
1 parent 848b023 commit c8af964
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CMakePresets.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"installDir": "${sourceDir}/out/install/${presetName}",
"cacheVariables": {
"CMAKE_C_COMPILER": "cl.exe",
"CMAKE_CXX_COMPILER": "cl.exe"
},
"condition": {
"type": "equals",
Expand Down

0 comments on commit c8af964

Please sign in to comment.