From cbd596144d135d53cfae5cb4b4a1c57ebecd989a Mon Sep 17 00:00:00 2001 From: Alberto Corona Date: Wed, 1 May 2024 17:28:28 -0500 Subject: [PATCH] Fix issue with CMake package configuration #110 --- cmake/toml11Config.cmake.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/toml11Config.cmake.in b/cmake/toml11Config.cmake.in index edc73f6..1b3d678 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") +include("${CMAKE_CURRENT_LIST_DIR}/toml11Targets.cmake")