1
0
Эх сурвалжийг харах

Fix: create_file.cxx is not GENERATED, it exists (so that it can be removed, until SOURCE_FILES_REMOVE is synced with SOURCE_FILES)

Sebastien Barre 24 жил өмнө
parent
commit
21c01f609d

+ 1 - 1
Tests/Complex/Library/CMakeLists.txt

@@ -1,7 +1,7 @@
 AUX_SOURCE_DIRECTORY(ExtraSources LibrarySources)
 
 # SOURCE_FILES_REMOVE is used for Coverage
-SOURCE_FILES(LibrarySources file2 GENERATED create_file.cxx)
+SOURCE_FILES(LibrarySources file2 create_file.cxx)
 SOURCE_FILES_REMOVE(LibrarySources create_file.cxx) 
 ADD_LIBRARY(CMakeTestLibrary LibrarySources)
 

+ 1 - 1
Tests/ComplexOneConfig/Library/CMakeLists.txt

@@ -1,7 +1,7 @@
 AUX_SOURCE_DIRECTORY(ExtraSources LibrarySources)
 
 # SOURCE_FILES_REMOVE is used for Coverage
-SOURCE_FILES(LibrarySources file2 GENERATED create_file.cxx)
+SOURCE_FILES(LibrarySources file2 create_file.cxx)
 SOURCE_FILES_REMOVE(LibrarySources create_file.cxx) 
 ADD_LIBRARY(CMakeTestLibrary LibrarySources)
 

+ 1 - 1
Tests/ComplexRelativePaths/Library/CMakeLists.txt

@@ -1,7 +1,7 @@
 AUX_SOURCE_DIRECTORY(ExtraSources LibrarySources)
 
 # SOURCE_FILES_REMOVE is used for Coverage
-SOURCE_FILES(LibrarySources file2 GENERATED create_file.cxx)
+SOURCE_FILES(LibrarySources file2 create_file.cxx)
 SOURCE_FILES_REMOVE(LibrarySources create_file.cxx) 
 ADD_LIBRARY(CMakeTestLibrary LibrarySources)