From d7bd2efbc4ffeb56cc1f9ddafffc49a8e42d09c2 Mon Sep 17 00:00:00 2001 From: Brad King Date: Thu, 22 Sep 2016 14:20:53 -0400 Subject: [PATCH] Tests: Remove trailing line from Fortran/External --- Tests/Fortran/External/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/Tests/Fortran/External/CMakeLists.txt b/Tests/Fortran/External/CMakeLists.txt index 0eb1cfeed..c90a0ffbe 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) -