From d517e18fc5de3a44e560662b7fc265c62898d390 Mon Sep 17 00:00:00 2001 From: Brenton Bostick Date: Sat, 20 Jun 2026 08:19:14 -0400 Subject: [PATCH] Fix CMake error about source directory not existing --- test/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 0ee08695c4..955e50f8f7 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -161,7 +161,7 @@ if(ZLIB_INSTALL) configure_file( ${CMAKE_CURRENT_SOURCE_DIR}/find_package_wrong_components_test.cmake.in - ${CMAKE_CURRENT_BINARY_DIR}/zlib_findpackage_wrong_components_test/CMakeLists.txt + ${CMAKE_CURRENT_BINARY_DIR}/zlib_find_package_wrong_components_test/CMakeLists.txt @ONLY) configure_file( @@ -239,7 +239,7 @@ if(ZLIB_INSTALL) endif(NOT ZLIB_BUILD_SHARED OR NOT ZLIB_BUILD_STATIC) # - # find_package_no_component_test + # find_package_wrong_components_test # add_test( NAME zlib_find_package_wrong_components_configure