From e71b8a65030dcf112911eebc11c40f2ea4ce0bab Mon Sep 17 00:00:00 2001 From: Kevin Albertson Date: Sat, 13 Jan 2024 18:12:20 -0500 Subject: [PATCH] remove unused SOME_DIR variable --- cmake/Base122Config.cmake.in | 1 - 1 file changed, 1 deletion(-) diff --git a/cmake/Base122Config.cmake.in b/cmake/Base122Config.cmake.in index 50ba223..56294ee 100644 --- a/cmake/Base122Config.cmake.in +++ b/cmake/Base122Config.cmake.in @@ -1,6 +1,5 @@ @PACKAGE_INIT@ include("${CMAKE_CURRENT_LIST_DIR}/Base122Targets.cmake") -set(SOME_DIR @PACKAGE_CMAKE_INSTALL_PREFIX@/foo) # `check_required_components` is used to ensure consumer did not erroneously request components. # No components are currently defined. check_required_components(Base122) \ No newline at end of file