Skip to content

Commit 8948c9b

Browse files
authored
compiler=cl not necessary (#3886)
1 parent 655bf77 commit 8948c9b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

examples/tools/autotools/create_your_first_package_windows.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,9 @@ Besides these files, we will create a profile file:
3737
[conf]
3838
tools.microsoft.bash:subsystem=msys2
3939
tools.microsoft.bash:path=C:\ws\msys64\usr\bin\bash
40-
tools.build:compiler_executables={"c": "cl", "cpp": "cl"}
40+
# since Conan 2.9, this "cl" compiler definition is not necessary
41+
# by default for the 'compiler=msvc'
42+
# tools.build:compiler_executables={"c": "cl", "cpp": "cl"}
4143
4244
4345
Note that you might need to adapt the path to the ``bash`` system of ``msys2``.

0 commit comments

Comments
 (0)