diff options
author | Ken Martin <ken.martin@kitware.com> | 2005-06-02 18:10:37 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2005-06-02 18:10:37 (GMT) |
commit | f5a81617ec0c32aae6a3f1ba364959c5a5f7678e (patch) | |
tree | 80769b402594900545ce407ab6c87b71e1cd13b9 /Tests/ComplexRelativePaths | |
parent | c2aa4e7a0834b8d06aa4a2a1acfe59a6282b4a82 (diff) | |
download | CMake-f5a81617ec0c32aae6a3f1ba364959c5a5f7678e.zip CMake-f5a81617ec0c32aae6a3f1ba364959c5a5f7678e.tar.gz CMake-f5a81617ec0c32aae6a3f1ba364959c5a5f7678e.tar.bz2 |
ENH: removed use of ABSTRACT command
Diffstat (limited to 'Tests/ComplexRelativePaths')
-rw-r--r-- | Tests/ComplexRelativePaths/Library/CMakeLists.txt | 4 |
1 files changed, 1 insertions, 3 deletions
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) |