From f5a81617ec0c32aae6a3f1ba364959c5a5f7678e Mon Sep 17 00:00:00 2001 From: Ken Martin Date: Thu, 2 Jun 2005 14:10:37 -0400 Subject: ENH: removed use of ABSTRACT command --- Tests/Complex/Library/CMakeLists.txt | 4 +--- Tests/ComplexOneConfig/Library/CMakeLists.txt | 4 +--- Tests/ComplexRelativePaths/Library/CMakeLists.txt | 4 +--- 3 files changed, 3 insertions(+), 9 deletions(-) diff --git a/Tests/Complex/Library/CMakeLists.txt b/Tests/Complex/Library/CMakeLists.txt index 1f0b0fa..f246861 100644 --- a/Tests/Complex/Library/CMakeLists.txt +++ b/Tests/Complex/Library/CMakeLists.txt @@ -91,9 +91,7 @@ ADD_DEPENDENCIES(custom_target1 create_file) # # Extra coverage # -ABSTRACT_FILES( - file2 -) +SET_SOURCE_FILES_PROPERTIES(file2 PROPERTIES ABSTRACT 1) INSTALL_FILES(/tmp .h ${Complex_BINARY_DIR}/cmTestConfigure.h) INSTALL_FILES(/tmp .cxx ${Complex_BINARY_DIR}/cmTestConfigure.h) diff --git a/Tests/ComplexOneConfig/Library/CMakeLists.txt b/Tests/ComplexOneConfig/Library/CMakeLists.txt index 1f0b0fa..f246861 100644 --- a/Tests/ComplexOneConfig/Library/CMakeLists.txt +++ b/Tests/ComplexOneConfig/Library/CMakeLists.txt @@ -91,9 +91,7 @@ ADD_DEPENDENCIES(custom_target1 create_file) # # Extra coverage # -ABSTRACT_FILES( - file2 -) +SET_SOURCE_FILES_PROPERTIES(file2 PROPERTIES ABSTRACT 1) INSTALL_FILES(/tmp .h ${Complex_BINARY_DIR}/cmTestConfigure.h) INSTALL_FILES(/tmp .cxx ${Complex_BINARY_DIR}/cmTestConfigure.h) diff --git a/Tests/ComplexRelativePaths/Library/CMakeLists.txt b/Tests/ComplexRelativePaths/Library/CMakeLists.txt index 1f0b0fa..f246861 100644 --- a/Tests/ComplexRelativePaths/Library/CMakeLists.txt +++ b/Tests/ComplexRelativePaths/Library/CMakeLists.txt @@ -91,9 +91,7 @@ ADD_DEPENDENCIES(custom_target1 create_file) # # Extra coverage # -ABSTRACT_FILES( - file2 -) +SET_SOURCE_FILES_PROPERTIES(file2 PROPERTIES ABSTRACT 1) INSTALL_FILES(/tmp .h ${Complex_BINARY_DIR}/cmTestConfigure.h) INSTALL_FILES(/tmp .cxx ${Complex_BINARY_DIR}/cmTestConfigure.h) -- cgit v0.12