winlibs / winlib-builder

MIT License
6 stars 5 forks source link

No need for CMake to specify locations of individual packages #20

Open cmb69 opened 6 days ago

cmb69 commented 6 days ago

For instance, we have

https://github.com/winlibs/winlib-builder/blob/241fabb1cc0a47802ceaf2e222f2ccd2772e6e81/.github/workflows/libzip.yml#L45

It should be possible to just use -DCMAKE_INCLUDE_PATH and -DCMAKE_LIBRARY_PATH instead.