From 99ac59d31bacfabd6afc9a53632c4dc5cd5e347f Mon Sep 17 00:00:00 2001 From: Matthew Woehlke Date: Thu, 21 Nov 2024 13:53:01 -0500 Subject: style: Remove trailing blank lines from all CMake sources Our development workflow tooling prevents trailing blank lines from being added, but some such lines remain from before that was enforced. Remove them to make it easier to rename files without triggering enforcement. --- Modules/CMakeBackwardCompatibilityC.cmake | 1 - Modules/CMakeBackwardCompatibilityCXX.cmake | 1 - Modules/CTestScriptMode.cmake | 1 - Modules/Dart.cmake | 1 - Modules/FindCUDA/parse_cubin.cmake | 2 -- Modules/FindQt4.cmake | 1 - Modules/ITKCompatibility.cmake | 1 - Modules/KDE3Macros.cmake | 2 -- Modules/Platform/BSDOS.cmake | 1 - Modules/Platform/Generic-ADSP-ASM.cmake | 1 - Modules/Platform/HP-UX.cmake | 1 - Modules/Platform/MP-RAS.cmake | 2 -- Modules/Platform/Tru64.cmake | 1 - Modules/Platform/Windows.cmake | 1 - Modules/Platform/Xenix.cmake | 1 - Modules/Platform/eCos.cmake | 1 - Modules/Platform/gas.cmake | 1 - Modules/Qt4ConfigDependentSettings.cmake | 1 - Modules/SystemInformation.cmake | 1 - Modules/TestForANSIForScope.cmake | 5 ----- Modules/TestForANSIStreamHeaders.cmake | 2 -- Modules/TestForSSTREAM.cmake | 4 ---- Modules/TestForSTDNamespace.cmake | 4 ---- Modules/UseEcos.cmake | 1 - Modules/VTKCompatibility.cmake | 1 - Modules/kde3uic.cmake | 1 - Source/QtDialog/QtDialogCPack.cmake.in | 2 -- Templates/CPack.GenericDescription.txt | 1 - Templates/CPack.GenericLicense.txt | 1 - Tests/BundleGeneratorTest/StartupCommand | 1 - Tests/BundleTest/randomResourceFile.plist.in | 1 - Tests/Complex/Executable/Included.cmake | 1 - Tests/Complex/cmTestConfigure.h.in | 1 - Tests/ComplexOneConfig/Executable/Included.cmake | 1 - Tests/ComplexOneConfig/cmTestConfigure.h.in | 1 - Tests/CustomCommand/GeneratedHeader/CMakeLists.txt | 1 - Tests/CustomCommand/foo.in | 1 - Tests/CustomCommandWorkingDirectory/working.c.in | 1 - Tests/Dependency/Case1/CMakeLists.txt | 1 - Tests/Dependency/Eight/CMakeLists.txt | 1 - Tests/Dependency/Exec/CMakeLists.txt | 1 - Tests/Dependency/Exec2/CMakeLists.txt | 1 - Tests/Dependency/Exec3/CMakeLists.txt | 1 - Tests/Dependency/Exec4/CMakeLists.txt | 1 - Tests/Dependency/Five/CMakeLists.txt | 1 - Tests/Dependency/Seven/CMakeLists.txt | 1 - Tests/Dependency/Six/CMakeLists.txt | 1 - Tests/Dependency/Three/CMakeLists.txt | 1 - Tests/FindPackageTest/Baz 1.1/BazConfigVersion.cmake | 1 - Tests/FindPackageTest/Baz 1.2/CMake/BazConfigVersion.cmake | 1 - Tests/FindPackageTest/lib/cmake/zot-4.0/zot-config-version.cmake | 1 - Tests/FindPackageTest/lib/zot-2.0/zot-config-version.cmake | 1 - Tests/FindPackageTest/lib/zot-3.0/zot-config-version.cmake | 1 - Tests/FindPackageTest/lib/zot-3.1/zot-config-version.cmake | 1 - Tests/FindPackageTest/lib/zot/zot-config-version.cmake | 1 - Tests/Fortran/hello.f | 1 - Tests/Fortran/testf.f | 1 - Tests/Fortran/world.f | 1 - Tests/Java/HelloWorld.java | 1 - Tests/LoadCommand/CMakeLists.txt | 1 - Tests/LoadCommandOneConfig/CMakeLists.txt | 1 - Tests/MathTest/CMakeLists.txt | 1 - Tests/MumpsCoverage/ZZCOVTST.mcov | 2 -- Tests/NewlineArgs/libcxx2.h.in | 1 - Tests/PreOrder/Library/CMakeLists.txt | 1 - Tests/SubDirSpaces/CMakeLists.txt | 1 - Tests/TestDriver/CMakeLists.txt | 1 - Tests/Testing/DartConfig.cmake | 1 - 68 files changed, 84 deletions(-) diff --git a/Modules/CMakeBackwardCompatibilityC.cmake b/Modules/CMakeBackwardCompatibilityC.cmake index 775a513..ef06a2d 100644 --- a/Modules/CMakeBackwardCompatibilityC.cmake +++ b/Modules/CMakeBackwardCompatibilityC.cmake @@ -73,4 +73,3 @@ CMAKE_USE_WIN32_THREADS CMAKE_X_CFLAGS CMAKE_X_LIBS ) - diff --git a/Modules/CMakeBackwardCompatibilityCXX.cmake b/Modules/CMakeBackwardCompatibilityCXX.cmake index 02744a9..815d483 100644 --- a/Modules/CMakeBackwardCompatibilityCXX.cmake +++ b/Modules/CMakeBackwardCompatibilityCXX.cmake @@ -46,4 +46,3 @@ if(NOT CMAKE_SKIP_COMPATIBILITY_TESTS) include(TestForSSTREAM) set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS_SAVE}") endif() - diff --git a/Modules/CTestScriptMode.cmake b/Modules/CTestScriptMode.cmake index 7af3577..b4bb535 100644 --- a/Modules/CTestScriptMode.cmake +++ b/Modules/CTestScriptMode.cmake @@ -17,4 +17,3 @@ include(CMakeDetermineSystem) # Also load the system specific file, which sets up e.g. the search paths. # This makes the FIND_XXX() calls work much better include(CMakeSystemSpecificInformation) - diff --git a/Modules/Dart.cmake b/Modules/Dart.cmake index 3610012..3a6afd5 100644 --- a/Modules/Dart.cmake +++ b/Modules/Dart.cmake @@ -141,4 +141,3 @@ endif() # # End of Dart.cmake # - diff --git a/Modules/FindCUDA/parse_cubin.cmake b/Modules/FindCUDA/parse_cubin.cmake index 626c8a2..25ceb49 100644 --- a/Modules/FindCUDA/parse_cubin.cmake +++ b/Modules/FindCUDA/parse_cubin.cmake @@ -107,5 +107,3 @@ if (NOT "${file_text}" STREQUAL "") else() # message("FOUND NO DEPENDS") endif() - - diff --git a/Modules/FindQt4.cmake b/Modules/FindQt4.cmake index 9174bee..6d764bd 100644 --- a/Modules/FindQt4.cmake +++ b/Modules/FindQt4.cmake @@ -1343,4 +1343,3 @@ set (QT_UIC_EXE ${QT_UIC_EXECUTABLE} ) set( QT_QT_LIBRARY "") set(QT4_FOUND ${Qt4_FOUND}) set(QT_FOUND ${Qt4_FOUND}) - diff --git a/Modules/ITKCompatibility.cmake b/Modules/ITKCompatibility.cmake index 7d211b6..b3d5a6f 100644 --- a/Modules/ITKCompatibility.cmake +++ b/Modules/ITKCompatibility.cmake @@ -4,4 +4,3 @@ # work around an old bug in ITK prior to version 3.0 set(TIFF_RIGHT_VERSION 1) - diff --git a/Modules/KDE3Macros.cmake b/Modules/KDE3Macros.cmake index 42f6d2c..787ce0f 100644 --- a/Modules/KDE3Macros.cmake +++ b/Modules/KDE3Macros.cmake @@ -399,5 +399,3 @@ macro(KDE3_ADD_EXECUTABLE _target_NAME ) # endif () endmacro() - - diff --git a/Modules/Platform/BSDOS.cmake b/Modules/Platform/BSDOS.cmake index 47852f8..54a156b 100644 --- a/Modules/Platform/BSDOS.cmake +++ b/Modules/Platform/BSDOS.cmake @@ -1,2 +1 @@ include(Platform/UnixPaths) - diff --git a/Modules/Platform/Generic-ADSP-ASM.cmake b/Modules/Platform/Generic-ADSP-ASM.cmake index e718bec..ed729f4 100644 --- a/Modules/Platform/Generic-ADSP-ASM.cmake +++ b/Modules/Platform/Generic-ADSP-ASM.cmake @@ -4,4 +4,3 @@ set(CMAKE_ASM_SOURCE_FILE_EXTENSIONS asm) set(CMAKE_ASM_OUTPUT_EXTENSION ".doj" ) set(CMAKE_ASM_COMPILE_OBJECT " -proc ${ADSP_PROCESSOR} -si-revision ${ADSP_PROCESSOR_SILICIUM_REVISION} -o ") - diff --git a/Modules/Platform/HP-UX.cmake b/Modules/Platform/HP-UX.cmake index 425a13f..7aa6aa4 100644 --- a/Modules/Platform/HP-UX.cmake +++ b/Modules/Platform/HP-UX.cmake @@ -44,4 +44,3 @@ foreach(type SHARED_LIBRARY SHARED_MODULE EXE) set(CMAKE_${type}_LINK_DYNAMIC_${lang}_FLAGS "-Wl,-a,default") endforeach() endforeach() - diff --git a/Modules/Platform/MP-RAS.cmake b/Modules/Platform/MP-RAS.cmake index fe8d81a..4cbfd8e 100644 --- a/Modules/Platform/MP-RAS.cmake +++ b/Modules/Platform/MP-RAS.cmake @@ -10,5 +10,3 @@ else() endif() include(Platform/UnixPaths) - - diff --git a/Modules/Platform/Tru64.cmake b/Modules/Platform/Tru64.cmake index 47852f8..54a156b 100644 --- a/Modules/Platform/Tru64.cmake +++ b/Modules/Platform/Tru64.cmake @@ -1,2 +1 @@ include(Platform/UnixPaths) - diff --git a/Modules/Platform/Windows.cmake b/Modules/Platform/Windows.cmake index af7335b..449188e 100644 --- a/Modules/Platform/Windows.cmake +++ b/Modules/Platform/Windows.cmake @@ -43,4 +43,3 @@ include(Platform/WindowsPaths) #set(CMAKE_START_TEMP_FILE "") #set(CMAKE_END_TEMP_FILE "") #set(CMAKE_VERBOSE_MAKEFILE 1) - diff --git a/Modules/Platform/Xenix.cmake b/Modules/Platform/Xenix.cmake index 47852f8..54a156b 100644 --- a/Modules/Platform/Xenix.cmake +++ b/Modules/Platform/Xenix.cmake @@ -1,2 +1 @@ include(Platform/UnixPaths) - diff --git a/Modules/Platform/eCos.cmake b/Modules/Platform/eCos.cmake index 25db028..d6407d0 100644 --- a/Modules/Platform/eCos.cmake +++ b/Modules/Platform/eCos.cmake @@ -62,4 +62,3 @@ set(CMAKE_CXX_LINK_SHARED_LIBRARY ) set(CMAKE_CXX_LINK_MODULE_LIBRARY ) set(CMAKE_C_LINK_SHARED_LIBRARY ) set(CMAKE_C_LINK_MODULE_LIBRARY ) - diff --git a/Modules/Platform/gas.cmake b/Modules/Platform/gas.cmake index 8484076..12060f7 100644 --- a/Modules/Platform/gas.cmake +++ b/Modules/Platform/gas.cmake @@ -16,4 +16,3 @@ set(CMAKE_ASM${ASM_DIALECT}_LINK_EXECUTABLE # to be done set(CMAKE_ASM${ASM_DIALECT}_CREATE_SHARED_LIBRARY) set(CMAKE_ASM${ASM_DIALECT}_CREATE_SHARED_MODULE) - diff --git a/Modules/Qt4ConfigDependentSettings.cmake b/Modules/Qt4ConfigDependentSettings.cmake index 4699ecd..5ef0351 100644 --- a/Modules/Qt4ConfigDependentSettings.cmake +++ b/Modules/Qt4ConfigDependentSettings.cmake @@ -287,4 +287,3 @@ if(Q_WS_MAC) set(QT_QTCORE_LIB_DEPENDENCIES ${QT_QTCORE_LIB_DEPENDENCIES} "-framework ApplicationServices") endif() - diff --git a/Modules/SystemInformation.cmake b/Modules/SystemInformation.cmake index 97f3856..0ef4888 100644 --- a/Modules/SystemInformation.cmake +++ b/Modules/SystemInformation.cmake @@ -88,4 +88,3 @@ DUMP_FILE("../CMakeFiles/CMakeSystem.cmake") foreach (EXTRA_FILE ${EXTRA_DUMP_FILES}) DUMP_FILE("${EXTRA_FILE}") endforeach () - diff --git a/Modules/TestForANSIForScope.cmake b/Modules/TestForANSIForScope.cmake index b1a12cf..d73b1df 100644 --- a/Modules/TestForANSIForScope.cmake +++ b/Modules/TestForANSIForScope.cmake @@ -30,8 +30,3 @@ if(NOT DEFINED CMAKE_ANSI_FOR_SCOPE) "Does the compiler support ansi for scope.") endif () endif() - - - - - diff --git a/Modules/TestForANSIStreamHeaders.cmake b/Modules/TestForANSIStreamHeaders.cmake index e532a71..d4cfa2d 100644 --- a/Modules/TestForANSIStreamHeaders.cmake +++ b/Modules/TestForANSIStreamHeaders.cmake @@ -29,5 +29,3 @@ if(NOT CMAKE_NO_ANSI_STREAM_HEADERS) mark_as_advanced(CMAKE_NO_ANSI_STREAM_HEADERS) endif() - - diff --git a/Modules/TestForSSTREAM.cmake b/Modules/TestForSSTREAM.cmake index e2cc5b0..9780269 100644 --- a/Modules/TestForSSTREAM.cmake +++ b/Modules/TestForSSTREAM.cmake @@ -29,7 +29,3 @@ if(NOT DEFINED CMAKE_HAS_ANSI_STRING_STREAM) "Does the compiler support sstream") endif () endif() - - - - diff --git a/Modules/TestForSTDNamespace.cmake b/Modules/TestForSTDNamespace.cmake index 61e922d..31ed993 100644 --- a/Modules/TestForSTDNamespace.cmake +++ b/Modules/TestForSTDNamespace.cmake @@ -29,7 +29,3 @@ if(NOT DEFINED CMAKE_STD_NAMESPACE) "Does the compiler support std::.") endif () endif() - - - - diff --git a/Modules/UseEcos.cmake b/Modules/UseEcos.cmake index 5e6f606..f263211 100644 --- a/Modules/UseEcos.cmake +++ b/Modules/UseEcos.cmake @@ -243,4 +243,3 @@ macro(ECOS_ADD_EXECUTABLE _exe_NAME ) COMMAND ${ECOS_ARCH_PREFIX}objdump -S -x -d -C ${CMAKE_CURRENT_BINARY_DIR}/${_exe_NAME}.elf >> ${CMAKE_CURRENT_BINARY_DIR}/${_exe_NAME}.lst ) endmacro() - diff --git a/Modules/VTKCompatibility.cmake b/Modules/VTKCompatibility.cmake index 4ee7643..c0b8b22 100644 --- a/Modules/VTKCompatibility.cmake +++ b/Modules/VTKCompatibility.cmake @@ -43,4 +43,3 @@ set(TIFF_RIGHT_VERSION 1) macro(SOURCE_FILES) message (FATAL_ERROR "You are trying to build a very old version of VTK (prior to VTK 4.2). To do this you need to use CMake 2.0 as it was the last version of CMake to support VTK 4.0.") endmacro() - diff --git a/Modules/kde3uic.cmake b/Modules/kde3uic.cmake index b1f73d5..cf0a57f 100644 --- a/Modules/kde3uic.cmake +++ b/Modules/kde3uic.cmake @@ -19,4 +19,3 @@ string(REGEX REPLACE "tr2i18n\\(\"\", \"\"\\)" "QString::null" _uic_CONTENTS "${ file(WRITE ${KDE_UIC_CPP_FILE} "#include \n#include \n\n") file(APPEND ${KDE_UIC_CPP_FILE} "${_uic_CONTENTS}") - diff --git a/Source/QtDialog/QtDialogCPack.cmake.in b/Source/QtDialog/QtDialogCPack.cmake.in index 7ae8605..a94ebe0 100644 --- a/Source/QtDialog/QtDialogCPack.cmake.in +++ b/Source/QtDialog/QtDialogCPack.cmake.in @@ -11,5 +11,3 @@ if(CMAKE_PACKAGE_QTGUI) set(CPACK_SET_DESTDIR TRUE) endif() endif() - - diff --git a/Templates/CPack.GenericDescription.txt b/Templates/CPack.GenericDescription.txt index 712ee14..43c83e5 100644 --- a/Templates/CPack.GenericDescription.txt +++ b/Templates/CPack.GenericDescription.txt @@ -2,4 +2,3 @@ DESCRIPTION =========== This is an installer created using CPack (https://cmake.org). No additional installation instructions provided. - diff --git a/Templates/CPack.GenericLicense.txt b/Templates/CPack.GenericLicense.txt index 09c6218..50861ea 100644 --- a/Templates/CPack.GenericLicense.txt +++ b/Templates/CPack.GenericLicense.txt @@ -2,4 +2,3 @@ LICENSE ======= This is an installer created using CPack (https://cmake.org). No license provided. - diff --git a/Tests/BundleGeneratorTest/StartupCommand b/Tests/BundleGeneratorTest/StartupCommand index 5bc5ad2..9776772 100755 --- a/Tests/BundleGeneratorTest/StartupCommand +++ b/Tests/BundleGeneratorTest/StartupCommand @@ -9,4 +9,3 @@ echo "RESOURCES: $RESOURCES" export DYLD_LIBRARY_PATH=$RESOURCES/lib exec "$RESOURCES/bin/Executable" - diff --git a/Tests/BundleTest/randomResourceFile.plist.in b/Tests/BundleTest/randomResourceFile.plist.in index cfe3222..10e02d2 100644 --- a/Tests/BundleTest/randomResourceFile.plist.in +++ b/Tests/BundleTest/randomResourceFile.plist.in @@ -6,4 +6,3 @@ CMake - diff --git a/Tests/Complex/Executable/Included.cmake b/Tests/Complex/Executable/Included.cmake index 520a68b..3c7ec8b 100644 --- a/Tests/Complex/Executable/Included.cmake +++ b/Tests/Complex/Executable/Included.cmake @@ -1,2 +1 @@ get_directory_property(LF_VALUE LISTFILE_STACK) - diff --git a/Tests/Complex/cmTestConfigure.h.in b/Tests/Complex/cmTestConfigure.h.in index 72317bc..96045d1 100644 --- a/Tests/Complex/cmTestConfigure.h.in +++ b/Tests/Complex/cmTestConfigure.h.in @@ -77,4 +77,3 @@ // test parenthesis in conditionals #cmakedefine CONDITIONAL_PARENTHESES - diff --git a/Tests/ComplexOneConfig/Executable/Included.cmake b/Tests/ComplexOneConfig/Executable/Included.cmake index 520a68b..3c7ec8b 100644 --- a/Tests/ComplexOneConfig/Executable/Included.cmake +++ b/Tests/ComplexOneConfig/Executable/Included.cmake @@ -1,2 +1 @@ get_directory_property(LF_VALUE LISTFILE_STACK) - diff --git a/Tests/ComplexOneConfig/cmTestConfigure.h.in b/Tests/ComplexOneConfig/cmTestConfigure.h.in index 72317bc..96045d1 100644 --- a/Tests/ComplexOneConfig/cmTestConfigure.h.in +++ b/Tests/ComplexOneConfig/cmTestConfigure.h.in @@ -77,4 +77,3 @@ // test parenthesis in conditionals #cmakedefine CONDITIONAL_PARENTHESES - diff --git a/Tests/CustomCommand/GeneratedHeader/CMakeLists.txt b/Tests/CustomCommand/GeneratedHeader/CMakeLists.txt index f7308e8..d1c6046 100644 --- a/Tests/CustomCommand/GeneratedHeader/CMakeLists.txt +++ b/Tests/CustomCommand/GeneratedHeader/CMakeLists.txt @@ -10,4 +10,3 @@ add_custom_command(OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/generated.h ) add_library(GeneratedHeader main.cpp ${CMAKE_CURRENT_BINARY_DIR}/generated.h) - diff --git a/Tests/CustomCommand/foo.in b/Tests/CustomCommand/foo.in index 15d2d2c..69bb6cb 100644 --- a/Tests/CustomCommand/foo.in +++ b/Tests/CustomCommand/foo.in @@ -29,4 +29,3 @@ int main () return -1; } - diff --git a/Tests/CustomCommandWorkingDirectory/working.c.in b/Tests/CustomCommandWorkingDirectory/working.c.in index cf75bd1..e026ff1 100644 --- a/Tests/CustomCommandWorkingDirectory/working.c.in +++ b/Tests/CustomCommandWorkingDirectory/working.c.in @@ -4,4 +4,3 @@ int main() { return customTarget(); } - diff --git a/Tests/Dependency/Case1/CMakeLists.txt b/Tests/Dependency/Case1/CMakeLists.txt index 4c5fc20..da9f54c 100644 --- a/Tests/Dependency/Case1/CMakeLists.txt +++ b/Tests/Dependency/Case1/CMakeLists.txt @@ -16,4 +16,3 @@ target_link_libraries(case1d case1c) add_executable(hello main.c) target_link_libraries(hello case1c case1b case1d case1c) - diff --git a/Tests/Dependency/Eight/CMakeLists.txt b/Tests/Dependency/Eight/CMakeLists.txt index db5e2df..6e761d6 100644 --- a/Tests/Dependency/Eight/CMakeLists.txt +++ b/Tests/Dependency/Eight/CMakeLists.txt @@ -1,3 +1,2 @@ add_library( Eight EightSrc.c ) target_link_libraries( Eight Seven ) - diff --git a/Tests/Dependency/Exec/CMakeLists.txt b/Tests/Dependency/Exec/CMakeLists.txt index a920685..417477a 100644 --- a/Tests/Dependency/Exec/CMakeLists.txt +++ b/Tests/Dependency/Exec/CMakeLists.txt @@ -4,4 +4,3 @@ link_libraries( NoDepB NoDepC NoDepA SixB SixA ) add_executable( exec ExecMain.c ) - diff --git a/Tests/Dependency/Exec2/CMakeLists.txt b/Tests/Dependency/Exec2/CMakeLists.txt index 04d6fe8..ae439c5 100644 --- a/Tests/Dependency/Exec2/CMakeLists.txt +++ b/Tests/Dependency/Exec2/CMakeLists.txt @@ -9,4 +9,3 @@ link_libraries( Eight Five ) add_executable( exec2 ExecMain.c ) - diff --git a/Tests/Dependency/Exec3/CMakeLists.txt b/Tests/Dependency/Exec3/CMakeLists.txt index 605fbc9..7f981d6 100644 --- a/Tests/Dependency/Exec3/CMakeLists.txt +++ b/Tests/Dependency/Exec3/CMakeLists.txt @@ -3,4 +3,3 @@ link_libraries( Five Two Eight Five ) add_executable( exec3 ExecMain.c ) - diff --git a/Tests/Dependency/Exec4/CMakeLists.txt b/Tests/Dependency/Exec4/CMakeLists.txt index 94c6bf5..036d5e8 100644 --- a/Tests/Dependency/Exec4/CMakeLists.txt +++ b/Tests/Dependency/Exec4/CMakeLists.txt @@ -3,4 +3,3 @@ link_libraries( Five Two Five ) add_executable( exec4 ExecMain.c ) - diff --git a/Tests/Dependency/Five/CMakeLists.txt b/Tests/Dependency/Five/CMakeLists.txt index 19c1c77..03b3d01 100644 --- a/Tests/Dependency/Five/CMakeLists.txt +++ b/Tests/Dependency/Five/CMakeLists.txt @@ -1,3 +1,2 @@ add_library( Five FiveSrc.c ) target_link_libraries( Five Two ) - diff --git a/Tests/Dependency/Seven/CMakeLists.txt b/Tests/Dependency/Seven/CMakeLists.txt index 7fba55c..c5c585b 100644 --- a/Tests/Dependency/Seven/CMakeLists.txt +++ b/Tests/Dependency/Seven/CMakeLists.txt @@ -1,3 +1,2 @@ add_library( Seven SevenSrc.c ) target_link_libraries( Seven Two ) - diff --git a/Tests/Dependency/Six/CMakeLists.txt b/Tests/Dependency/Six/CMakeLists.txt index db12051..05eecdb 100644 --- a/Tests/Dependency/Six/CMakeLists.txt +++ b/Tests/Dependency/Six/CMakeLists.txt @@ -9,4 +9,3 @@ add_library( SixA SixASrc.c ) add_library( SixB SixBSrc.c ) target_link_libraries( SixB Four ) - diff --git a/Tests/Dependency/Three/CMakeLists.txt b/Tests/Dependency/Three/CMakeLists.txt index 3897f0c..4880243 100644 --- a/Tests/Dependency/Three/CMakeLists.txt +++ b/Tests/Dependency/Three/CMakeLists.txt @@ -1,3 +1,2 @@ add_library( Three ThreeSrc.c ) target_link_libraries( Three One Four ) - diff --git a/Tests/FindPackageTest/Baz 1.1/BazConfigVersion.cmake b/Tests/FindPackageTest/Baz 1.1/BazConfigVersion.cmake index 979bbdf..5b0261a 100644 --- a/Tests/FindPackageTest/Baz 1.1/BazConfigVersion.cmake +++ b/Tests/FindPackageTest/Baz 1.1/BazConfigVersion.cmake @@ -5,4 +5,3 @@ if("${PACKAGE_FIND_VERSION_MAJOR}" EQUAL 1) set(PACKAGE_VERSION_EXACT 1) endif() endif() - diff --git a/Tests/FindPackageTest/Baz 1.2/CMake/BazConfigVersion.cmake b/Tests/FindPackageTest/Baz 1.2/CMake/BazConfigVersion.cmake index 17caaa7..b37bc8e 100644 --- a/Tests/FindPackageTest/Baz 1.2/CMake/BazConfigVersion.cmake +++ b/Tests/FindPackageTest/Baz 1.2/CMake/BazConfigVersion.cmake @@ -5,4 +5,3 @@ if("${PACKAGE_FIND_VERSION_MAJOR}" EQUAL 1) set(PACKAGE_VERSION_EXACT 1) endif() endif() - diff --git a/Tests/FindPackageTest/lib/cmake/zot-4.0/zot-config-version.cmake b/Tests/FindPackageTest/lib/cmake/zot-4.0/zot-config-version.cmake index bcefcd7..822b449 100644 --- a/Tests/FindPackageTest/lib/cmake/zot-4.0/zot-config-version.cmake +++ b/Tests/FindPackageTest/lib/cmake/zot-4.0/zot-config-version.cmake @@ -5,4 +5,3 @@ if("${PACKAGE_FIND_VERSION_MAJOR}" EQUAL 4) set(PACKAGE_VERSION_EXACT 1) endif() endif() - diff --git a/Tests/FindPackageTest/lib/zot-2.0/zot-config-version.cmake b/Tests/FindPackageTest/lib/zot-2.0/zot-config-version.cmake index db3a8a4..3b14664 100644 --- a/Tests/FindPackageTest/lib/zot-2.0/zot-config-version.cmake +++ b/Tests/FindPackageTest/lib/zot-2.0/zot-config-version.cmake @@ -2,4 +2,3 @@ set(PACKAGE_VERSION 2.0) if("${PACKAGE_FIND_VERSION_MAJOR}" EQUAL 2) set(PACKAGE_VERSION_COMPATIBLE 1) endif() - diff --git a/Tests/FindPackageTest/lib/zot-3.0/zot-config-version.cmake b/Tests/FindPackageTest/lib/zot-3.0/zot-config-version.cmake index dd9c939..a4d45a4 100644 --- a/Tests/FindPackageTest/lib/zot-3.0/zot-config-version.cmake +++ b/Tests/FindPackageTest/lib/zot-3.0/zot-config-version.cmake @@ -2,4 +2,3 @@ set(PACKAGE_VERSION 3.0) if("${PACKAGE_FIND_VERSION_MAJOR}" EQUAL 3) set(PACKAGE_VERSION_COMPATIBLE 1) endif() - diff --git a/Tests/FindPackageTest/lib/zot-3.1/zot-config-version.cmake b/Tests/FindPackageTest/lib/zot-3.1/zot-config-version.cmake index 8fa767e..31573b9 100644 --- a/Tests/FindPackageTest/lib/zot-3.1/zot-config-version.cmake +++ b/Tests/FindPackageTest/lib/zot-3.1/zot-config-version.cmake @@ -5,4 +5,3 @@ if("${PACKAGE_FIND_VERSION_MAJOR}" EQUAL 3) set(PACKAGE_VERSION_EXACT 1) endif() endif() - diff --git a/Tests/FindPackageTest/lib/zot/zot-config-version.cmake b/Tests/FindPackageTest/lib/zot/zot-config-version.cmake index 430f009..093776f 100644 --- a/Tests/FindPackageTest/lib/zot/zot-config-version.cmake +++ b/Tests/FindPackageTest/lib/zot/zot-config-version.cmake @@ -7,4 +7,3 @@ if("${PACKAGE_FIND_VERSION_MAJOR}" EQUAL 3) set(PACKAGE_VERSION_EXACT 1) endif() endif() - diff --git a/Tests/Fortran/hello.f b/Tests/Fortran/hello.f index aa0de77..63e6408 100644 --- a/Tests/Fortran/hello.f +++ b/Tests/Fortran/hello.f @@ -3,4 +3,3 @@ PRINT *, 'Hello' END - diff --git a/Tests/Fortran/testf.f b/Tests/Fortran/testf.f index abf6c6d..4909181 100644 --- a/Tests/Fortran/testf.f +++ b/Tests/Fortran/testf.f @@ -4,4 +4,3 @@ CALL WORLD() END - diff --git a/Tests/Fortran/world.f b/Tests/Fortran/world.f index 0487dff..deae3fa 100644 --- a/Tests/Fortran/world.f +++ b/Tests/Fortran/world.f @@ -3,4 +3,3 @@ PRINT *, 'World!' END - diff --git a/Tests/Java/HelloWorld.java b/Tests/Java/HelloWorld.java index 995ee48..8d00940 100644 --- a/Tests/Java/HelloWorld.java +++ b/Tests/Java/HelloWorld.java @@ -8,4 +8,3 @@ class HelloWorld System.out.println("Hello World!"); } } - diff --git a/Tests/LoadCommand/CMakeLists.txt b/Tests/LoadCommand/CMakeLists.txt index d892703..891b534 100644 --- a/Tests/LoadCommand/CMakeLists.txt +++ b/Tests/LoadCommand/CMakeLists.txt @@ -50,4 +50,3 @@ endif () if (TEST_DEF AND SOME_CACHE_VARIABLE AND TEST_EXEC) add_definitions(-DCMAKE_IS_FUN) endif () - diff --git a/Tests/LoadCommandOneConfig/CMakeLists.txt b/Tests/LoadCommandOneConfig/CMakeLists.txt index ac304e3..ff68ae6 100644 --- a/Tests/LoadCommandOneConfig/CMakeLists.txt +++ b/Tests/LoadCommandOneConfig/CMakeLists.txt @@ -56,4 +56,3 @@ endif () if (TEST_DEF AND SOME_CACHE_VARIABLE AND TEST_EXEC) add_definitions(-DCMAKE_IS_FUN) endif () - diff --git a/Tests/MathTest/CMakeLists.txt b/Tests/MathTest/CMakeLists.txt index 6cafcc0..dad3970 100644 --- a/Tests/MathTest/CMakeLists.txt +++ b/Tests/MathTest/CMakeLists.txt @@ -52,4 +52,3 @@ configure_file( include_directories("${CMAKE_CURRENT_BINARY_DIR}") add_executable(MathTest MathTestExec.cxx) - diff --git a/Tests/MumpsCoverage/ZZCOVTST.mcov b/Tests/MumpsCoverage/ZZCOVTST.mcov index e1fa18c..f3bd40b 100644 --- a/Tests/MumpsCoverage/ZZCOVTST.mcov +++ b/Tests/MumpsCoverage/ZZCOVTST.mcov @@ -37,5 +37,3 @@ GT.M 15-AUG-2014 10:14:32 ZWR ^ZZCOVERAGE("ZZCOVTST","T6",4)="1:0:0:0:41" ^ZZCOVERAGE("ZZCOVTST","T6",5)="1:0:0:0:34" ^ZZCOVERAGE("ZZCOVTST","T6",6)="1:0:0:0:38" - - diff --git a/Tests/NewlineArgs/libcxx2.h.in b/Tests/NewlineArgs/libcxx2.h.in index bdf9cfa..0ece510 100644 --- a/Tests/NewlineArgs/libcxx2.h.in +++ b/Tests/NewlineArgs/libcxx2.h.in @@ -3,4 +3,3 @@ #define TEST_FLAG_3 #endif #endif - diff --git a/Tests/PreOrder/Library/CMakeLists.txt b/Tests/PreOrder/Library/CMakeLists.txt index 018ffa5..effad96 100644 --- a/Tests/PreOrder/Library/CMakeLists.txt +++ b/Tests/PreOrder/Library/CMakeLists.txt @@ -1,2 +1 @@ add_library(simpleLib simpleLib.cxx ) - diff --git a/Tests/SubDirSpaces/CMakeLists.txt b/Tests/SubDirSpaces/CMakeLists.txt index 050ce93..de21068 100644 --- a/Tests/SubDirSpaces/CMakeLists.txt +++ b/Tests/SubDirSpaces/CMakeLists.txt @@ -74,4 +74,3 @@ add_executable(TestWithAuxSourceDir ${SOURCES}) if(CMAKE_PAREN) target_link_libraries(TestWithAuxSourceDir testOddPath) endif() - diff --git a/Tests/TestDriver/CMakeLists.txt b/Tests/TestDriver/CMakeLists.txt index 20b265d..070a034 100644 --- a/Tests/TestDriver/CMakeLists.txt +++ b/Tests/TestDriver/CMakeLists.txt @@ -12,4 +12,3 @@ create_test_sourcelist(testSrcs EXTRA_INCLUDE testArgs.h FUNCTION testProccessArgs) add_executable(TestDriverTest ${testSrcs} ${Extra_SRCS}) - diff --git a/Tests/Testing/DartConfig.cmake b/Tests/Testing/DartConfig.cmake index de6ea4b..7c2171b 100644 --- a/Tests/Testing/DartConfig.cmake +++ b/Tests/Testing/DartConfig.cmake @@ -21,4 +21,3 @@ set (TRIGGER_SITE "") # set (SMTP_MAILHOST "") # set (CONTINUOUS_MONITOR_LIST "") # set (CONTINUOUS_BASE_URL "") - -- cgit v0.12