]> git.ipfire.org Git - thirdparty/curl.git/commit
appveyor: always use cmake `-A` option to select x64
authorViktor Szakats <commit@vsz.me>
Tue, 7 Jan 2025 23:04:20 +0000 (00:04 +0100)
committerViktor Szakats <commit@vsz.me>
Tue, 7 Jan 2025 23:33:02 +0000 (00:33 +0100)
commit38ff7ba501273681c15d885dff65474d919bfc8f
tree18d359eeec44aa538d58dfb7f5b5b0a7a3abf48d
parentcba0d3abcbc0817a8de494c6a1328afd40609c91
appveyor: always use cmake `-A` option to select x64

The `Win64` generator suffix alternative was required by old CMake
versions (<3.1) only:
https://cmake.org/cmake/help/v3.22/generator/Visual%20Studio%2010%202010.html

Closes #15935
appveyor.yml