Skip to content

Commit 8767d18

Browse files
committed
Replae tab characters with white spaces
1 parent 1532bcb commit 8767d18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

external/vcpkg-triplets/x64-windows-static-md-fix.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ if(DEFINED toolset_to_use)
1717
string(REGEX MATCH "^([0-9]+)\\.([0-9])" _match "${toolset_to_use}")
1818
if(_match)
1919
# Map version to correct Visual Studio toolset
20-
# 14.0-14.9 -> v140 (VS 2015)
20+
# 14.0-14.9 -> v140 (VS 2015)
2121
# 14.1X -> v141 (VS 2017)
2222
# 14.2X -> v142 (VS 2019)
2323
# 14.3X-14.4X -> v143 (VS 2022)

0 commit comments

Comments
 (0)