From 7ded0e21cda397178bf409188e4f1f6722929854 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Fri, 19 Dec 2025 15:10:15 +0100 Subject: [PATCH] cmake: delete unused file `CMake/CMakeConfigurableFile.in` Follow-up to 8cb010144964019b865fa224e166eb37f4e1d169 Closes #20038 --- CMake/CMakeConfigurableFile.in | 24 ------------------------ Makefile.am | 1 - 2 files changed, 25 deletions(-) delete mode 100644 CMake/CMakeConfigurableFile.in diff --git a/CMake/CMakeConfigurableFile.in b/CMake/CMakeConfigurableFile.in deleted file mode 100644 index a3d2bc4a28..0000000000 --- a/CMake/CMakeConfigurableFile.in +++ /dev/null @@ -1,24 +0,0 @@ -#*************************************************************************** -# _ _ ____ _ -# Project ___| | | | _ \| | -# / __| | | | |_) | | -# | (__| |_| | _ <| |___ -# \___|\___/|_| \_\_____| -# -# Copyright (C) Daniel Stenberg, , et al. -# -# This software is licensed as described in the file COPYING, which -# you should have received as part of this distribution. The terms -# are also available at https://curl.se/docs/copyright.html. -# -# You may opt to use, copy, modify, merge, publish, distribute and/or sell -# copies of the Software, and permit persons to whom the Software is -# furnished to do so, under the terms of the COPYING file. -# -# This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY -# KIND, either express or implied. -# -# SPDX-License-Identifier: curl -# -########################################################################### -@CMAKE_CONFIGURABLE_FILE_CONTENT@ diff --git a/Makefile.am b/Makefile.am index d289f33d57..876e1ee0f5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -28,7 +28,6 @@ ACLOCAL_AMFLAGS = -I m4 CMAKE_DIST = \ CMake/cmake_uninstall.cmake.in \ - CMake/CMakeConfigurableFile.in \ CMake/curl-config.cmake.in \ CMake/CurlSymbolHiding.cmake \ CMake/CurlTests.c \