diff options
author | Sebastien Barre <sebastien.barre@kitware.com> | 2002-01-18 20:31:49 (GMT) |
---|---|---|
committer | Sebastien Barre <sebastien.barre@kitware.com> | 2002-01-18 20:31:49 (GMT) |
commit | 21c01f609d87fc1e0d54977f0217c9bee7d3b9d1 (patch) | |
tree | a3890d3898e152168f25d1f3f5525f4914f36c27 /Tests/ComplexOneConfig/Library | |
parent | 8a599b3569b652f4317f3e5814f5ca81fe575b09 (diff) | |
download | CMake-21c01f609d87fc1e0d54977f0217c9bee7d3b9d1.zip CMake-21c01f609d87fc1e0d54977f0217c9bee7d3b9d1.tar.gz CMake-21c01f609d87fc1e0d54977f0217c9bee7d3b9d1.tar.bz2 |
Fix: create_file.cxx is not GENERATED, it exists (so that it can be removed, until SOURCE_FILES_REMOVE is synced with SOURCE_FILES)
Diffstat (limited to 'Tests/ComplexOneConfig/Library')
-rw-r--r-- | Tests/ComplexOneConfig/Library/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/ComplexOneConfig/Library/CMakeLists.txt b/Tests/ComplexOneConfig/Library/CMakeLists.txt index 473f2b3..40b2f2d 100644 --- a/Tests/ComplexOneConfig/Library/CMakeLists.txt +++ b/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) |