diff options
author | Jia Tan <jiat0218@gmail.com> | 2023-09-26 01:17:11 +0800 |
---|---|---|
committer | Jia Tan <jiat0218@gmail.com> | 2023-09-26 01:17:11 +0800 |
commit | 519e47c2818acde571fadc79551294527fe6cc22 (patch) | |
tree | 2089de6e9e439f1dcb7cce9fd9d9de8ab9803b16 /CMakeLists.txt | |
parent | Build: Remove Gnulib dependency from tests. (diff) | |
download | xz-519e47c2818acde571fadc79551294527fe6cc22.tar.xz |
CMake: Remove accidental extra newline.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
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() |