sourcehold / Sourcehold

Open source re-implementation of Stronghold 1
MIT License
253 stars 23 forks source link

Fix cmake configure on Linux #106

Open Tea23 opened 1 year ago

Tea23 commented 1 year ago

Some of the Mac specific stuff is included in the CMake dependency lists (namely the directives in AddImportedTarget.cmake.

This does not build on Linux, but it gets us through being able to do the initial configure.

Removing double colons from packages also silences a few warnings.