Skip to content

[CMake] Fixed usage of get_source_files / append_source_files

Lars Bilke requested to merge bilke/ogs:fix-get_source_files into master

First call has to be get_source_files()! Otherwise the CMake variable SOURCES is not cleared from previous calls (from other libraries).

Merge request reports