mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-02-17 16:50:18 +08:00
FIX: Capitalization of Makefile CMake builder
This commit is contained in:
parent
cbc4aa6fc5
commit
4ec1b935d8
2
.github/workflows/run_tests_win_cygwin.yml
vendored
2
.github/workflows/run_tests_win_cygwin.yml
vendored
@ -113,7 +113,7 @@ jobs:
|
||||
run: |
|
||||
LDFLAGS="-Wl,--export-all-symbols" \
|
||||
cmake \
|
||||
-G"UNIX Makefiles" \
|
||||
-G"Unix Makefiles" \
|
||||
-B build \
|
||||
-S . \
|
||||
-DCMAKE_INSTALL_PREFIX=${MINGW_PREFIX} \
|
||||
|
Loading…
Reference in New Issue
Block a user