From 4c4c17cac2c1f94e7d26f20cb60803c7e25bff46 Mon Sep 17 00:00:00 2001 From: Sam Edwards Date: Sat, 26 May 2018 18:01:05 -0600 Subject: [PATCH] CMake: Flag composite files as generated No idea why this was commented out. --- cmake/macros/CompositeSources.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/macros/CompositeSources.cmake b/cmake/macros/CompositeSources.cmake index 241a2a3d64..ad0ac24a2e 100644 --- a/cmake/macros/CompositeSources.cmake +++ b/cmake/macros/CompositeSources.cmake @@ -93,7 +93,7 @@ function(composite_sources target sources_var) endif() endwhile() - #set_source_files_properties(${composite_files} PROPERTIES GENERATED YES) + set_source_files_properties(${composite_files} PROPERTIES GENERATED YES) # The new files are added to the existing files, which means the old files # are still there, but they won't be compiled due to the HEADER_FILE_ONLY setting.