diff options
author | Brad King <brad.king@kitware.com> | 2016-09-22 18:20:53 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2016-09-22 18:52:00 (GMT) |
commit | d7bd2efbc4ffeb56cc1f9ddafffc49a8e42d09c2 (patch) | |
tree | 20c0bc318e21288c227566bef663c948f8925bce | |
parent | f4475eb92beade22fca16f21b40df19b48c6559b (diff) | |
download | CMake-d7bd2efbc4ffeb56cc1f9ddafffc49a8e42d09c2.zip CMake-d7bd2efbc4ffeb56cc1f9ddafffc49a8e42d09c2.tar.gz CMake-d7bd2efbc4ffeb56cc1f9ddafffc49a8e42d09c2.tar.bz2 |
Tests: Remove trailing line from Fortran/External
-rw-r--r-- | Tests/Fortran/External/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Tests/Fortran/External/CMakeLists.txt b/Tests/Fortran/External/CMakeLists.txt index 0eb1cfe..c90a0ffb 100644 --- a/Tests/Fortran/External/CMakeLists.txt +++ b/Tests/Fortran/External/CMakeLists.txt @@ -1,4 +1,3 @@ project(ExtFort Fortran) add_library(myext a.f90) - |