demianmnave / CML

The Configurable Math Library
https://github.com/demianmnave/CML
Boost Software License 1.0
83 stars 15 forks source link

source_group() settings are wrong for non-IDE builds #27

Closed demianmnave closed 3 years ago

demianmnave commented 3 years ago

In CML.cmake, _header_group is empty for non-IDE builds, which makes no sense. CMake 3.12+ doesn't appear to complain, but it should be fixed.