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")