diff options
author | Stephen Kelly <steveire@gmail.com> | 2014-02-17 17:54:53 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2014-02-17 17:54:53 (GMT) |
commit | f6cae4ea06501827c3f4e5907fdb83d5d61f545b (patch) | |
tree | 9725d00f4476dc2fb5e52121ef336166b4b0972e /Tests/SystemInformation/CMakeLists.txt | |
parent | c0ea4c5c6f79a0e0a808f79abeea4464d05dae03 (diff) | |
download | CMake-f6cae4ea06501827c3f4e5907fdb83d5d61f545b.zip CMake-f6cae4ea06501827c3f4e5907fdb83d5d61f545b.tar.gz CMake-f6cae4ea06501827c3f4e5907fdb83d5d61f545b.tar.bz2 |
Tests: Remove some trailing black lines.
Diffstat (limited to 'Tests/SystemInformation/CMakeLists.txt')
-rw-r--r-- | Tests/SystemInformation/CMakeLists.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Tests/SystemInformation/CMakeLists.txt b/Tests/SystemInformation/CMakeLists.txt index 838fd4a..c33380f 100644 --- a/Tests/SystemInformation/CMakeLists.txt +++ b/Tests/SystemInformation/CMakeLists.txt @@ -57,5 +57,3 @@ endforeach() get_directory_property(res INCLUDE_REGULAR_EXPRESSION) file(APPEND ${CMAKE_CURRENT_BINARY_DIR}/OtherProperties.txt "INCLUDE_REGULAR_EXPRESSION: ${res}\n") - - |