mirror of
https://github.com/fltk/fltk.git
synced 2026-05-12 01:54:25 +08:00
6c06e953e1
... (add_library cannot create ALIAS target "fltk" because target "fltk::fltk" is imported but not globally visible) It turned out that this was due to a CMake feature that was changed in CMake 3.18. This commit makes imported FLTK targets globally visible for CMake versions less than 3.18.