From 0357d8fb576abb69f69ae6146bf8040e2cd1d301 Mon Sep 17 00:00:00 2001 From: KerstinKeller Date: Mon, 17 Jun 2019 10:04:39 +0200 Subject: [PATCH] Add newline to end of CMake files. --- CMakeLists.txt | 2 +- cmake/toml11Config.cmake.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index daf57fe..1a45686 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -102,4 +102,4 @@ install(EXPORT toml11Targets if (toml11_BUILD_TEST) add_subdirectory(tests) -endif () \ No newline at end of file +endif () diff --git a/cmake/toml11Config.cmake.in b/cmake/toml11Config.cmake.in index 80c76f7..edc73f6 100644 --- a/cmake/toml11Config.cmake.in +++ b/cmake/toml11Config.cmake.in @@ -1,2 +1,2 @@ @PACKAGE_INIT@ -include("@PACKAGE_toml11_install_cmake_dir@/toml11Targets.cmake") \ No newline at end of file +include("@PACKAGE_toml11_install_cmake_dir@/toml11Targets.cmake")