We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d912df6 commit 0ee84f8Copy full SHA for 0ee84f8
1 file changed
.github/workflows/build-matrix.yml
@@ -162,7 +162,7 @@ jobs:
162
posix_path=$(cygpath -u "${{ github.workspace }}")
163
mkdir -p "$posix_path/glfw_install/"
164
# configure glfw
165
- cmake -S glfw -B glfw/build-shared -G "Visual Studio 17 2022" -DBUILD_SHARED_LIBS=OFF \
+ cmake -S glfw -B glfw/build-shared -G "Visual Studio 18 2026" -DBUILD_SHARED_LIBS=OFF \
166
-DGLFW_BUILD_EXAMPLES=OFF -DGLFW_BUILD_TESTS=OFF -DGLFW_BUILD_DOCS=OFF \
167
-DCMAKE_INSTALL_PREFIX="$posix_path/glfw_install/"
168
# build glfw
0 commit comments