Skip to content

Commit

Permalink
compiler=cl not necessary (#3886)
Browse files Browse the repository at this point in the history
  • Loading branch information
memsharded authored Oct 29, 2024
1 parent 655bf77 commit 8948c9b
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@ Besides these files, we will create a profile file:
[conf]
tools.microsoft.bash:subsystem=msys2
tools.microsoft.bash:path=C:\ws\msys64\usr\bin\bash
tools.build:compiler_executables={"c": "cl", "cpp": "cl"}
# since Conan 2.9, this "cl" compiler definition is not necessary
# by default for the 'compiler=msvc'
# tools.build:compiler_executables={"c": "cl", "cpp": "cl"}
Note that you might need to adapt the path to the ``bash`` system of ``msys2``.
Expand Down

0 comments on commit 8948c9b

Please sign in to comment.