Add newline to end of CMake files.

This commit is contained in:
KerstinKeller 2019-06-17 10:04:39 +02:00
parent acbc2a73cb
commit 0357d8fb57
2 changed files with 2 additions and 2 deletions

View File

@ -102,4 +102,4 @@ install(EXPORT toml11Targets
if (toml11_BUILD_TEST)
add_subdirectory(tests)
endif ()
endif ()

View File

@ -1,2 +1,2 @@
@PACKAGE_INIT@
include("@PACKAGE_toml11_install_cmake_dir@/toml11Targets.cmake")
include("@PACKAGE_toml11_install_cmake_dir@/toml11Targets.cmake")