Skip to content

Commit

Permalink
turn off prefixes
Browse files Browse the repository at this point in the history
let's see where it installs without those set
  • Loading branch information
esheldon committed Jun 19, 2024
1 parent 48f5fc4 commit c56d3e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
mkdir build
cd build
cmake -G "NMake Makefiles" -D CMAKE_INSTALL_PREFIX="%PROGRAMFILES%\zlib" -D CMAKE_PREFIX_PATH="%PROGRAMFILES%\zlib" -D CMAKE_BUILD_TYPE=Release -D TESTS=On -D UTILS=On ..
cmake -G "NMake Makefiles" CMAKE_BUILD_TYPE=Release -D TESTS=On -D UTILS=On ..
nmake
Expand Down

0 comments on commit c56d3e8

Please sign in to comment.