Skip to content

Commit

Permalink
conda-build: Use cache variables to resolve cl
Browse files Browse the repository at this point in the history
Signed-off-by: Julien Jerphanion <[email protected]>
  • Loading branch information
jjerphan committed Jul 4, 2023
1 parent 612fdf9 commit 64acc86
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion cpp/CMakePresets.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,11 @@
},
{
"name": "windows-cl-conda-debug",
"inherits": ["common_conda", "windows"]
"inherits": ["common_conda", "windows"],
"cacheVariables": {
"CMAKE_C_COMPILER": "cl",
"CMAKE_CXX_COMPILER": "cl"
}
},


Expand Down

0 comments on commit 64acc86

Please sign in to comment.