From 519e47c2818acde571fadc79551294527fe6cc22 Mon Sep 17 00:00:00 2001 From: Jia Tan Date: Tue, 26 Sep 2023 01:17:11 +0800 Subject: [PATCH] CMake: Remove accidental extra newline. --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 284f78cd..9baa314e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1040,7 +1040,6 @@ if(NOT HAVE_GETOPT_LONG) lib/getopt-pfx-ext.h "${CMAKE_CURRENT_BINARY_DIR}/lib/getopt.h" ) - endif()