Sourcehold
Sourcehold copied to clipboard
Fix cmake configure on Linux
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.