diff options
author | Vollstrecker <werner@vollstreckernet.de> | 2025-01-22 19:57:19 +0100 |
---|---|---|
committer | Mark Adler <madler@alumni.caltech.edu> | 2025-01-31 20:02:26 -0800 |
commit | 2c62f8885c073b67d828ea89ffd39e1556d52bdc (patch) | |
tree | 72214b0dc0fc5db5466b0d8f49904e9a554abe36 | |
parent | cdb3ab194cf27c380779d4a59f9f824f03a34dfb (diff) | |
download | zlib-2c62f8885c073b67d828ea89ffd39e1556d52bdc.tar.gz zlib-2c62f8885c073b67d828ea89ffd39e1556d52bdc.tar.bz2 zlib-2c62f8885c073b67d828ea89ffd39e1556d52bdc.zip |
CMake: Clean up spaces in required versions.
-rw-r--r-- | CMakeLists.txt | 2 | ||||
-rw-r--r-- | contrib/minizip/CMakeLists.txt | 2 | ||||
-rw-r--r-- | contrib/minizip/test/add_subdirectory_exclude_test.cmake.in | 2 | ||||
-rw-r--r-- | contrib/minizip/test/add_subdirectory_test.cmake.in | 2 | ||||
-rw-r--r-- | contrib/minizip/test/find_package_test.cmake.in | 2 | ||||
-rw-r--r-- | test/add_subdirectory_exclude_test.cmake.in | 2 | ||||
-rw-r--r-- | test/add_subdirectory_test.cmake.in | 2 | ||||
-rw-r--r-- | test/find_package_test.cmake.in | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index bcff93c..d963e7c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt | |||
@@ -1,4 +1,4 @@ | |||
1 | cmake_minimum_required(VERSION 3.12 ... 3.31) | 1 | cmake_minimum_required(VERSION 3.12...3.31) |
2 | 2 | ||
3 | project( | 3 | project( |
4 | zlib | 4 | zlib |
diff --git a/contrib/minizip/CMakeLists.txt b/contrib/minizip/CMakeLists.txt index de0fdf7..1109585 100644 --- a/contrib/minizip/CMakeLists.txt +++ b/contrib/minizip/CMakeLists.txt | |||
@@ -1,4 +1,4 @@ | |||
1 | cmake_minimum_required(VERSION 3.12 ... 3.31) | 1 | cmake_minimum_required(VERSION 3.12...3.31) |
2 | 2 | ||
3 | project( | 3 | project( |
4 | minizip | 4 | minizip |
diff --git a/contrib/minizip/test/add_subdirectory_exclude_test.cmake.in b/contrib/minizip/test/add_subdirectory_exclude_test.cmake.in index c512afd..2b9fc68 100644 --- a/contrib/minizip/test/add_subdirectory_exclude_test.cmake.in +++ b/contrib/minizip/test/add_subdirectory_exclude_test.cmake.in | |||
@@ -1,4 +1,4 @@ | |||
1 | cmake_minimum_required(VERSION 3.12 ... 3.31) | 1 | cmake_minimum_required(VERSION 3.12...3.31) |
2 | 2 | ||
3 | project( | 3 | project( |
4 | minizip_add_subdirectory_exclude_from_all | 4 | minizip_add_subdirectory_exclude_from_all |
diff --git a/contrib/minizip/test/add_subdirectory_test.cmake.in b/contrib/minizip/test/add_subdirectory_test.cmake.in index ffadd8a..ca49895 100644 --- a/contrib/minizip/test/add_subdirectory_test.cmake.in +++ b/contrib/minizip/test/add_subdirectory_test.cmake.in | |||
@@ -1,4 +1,4 @@ | |||
1 | cmake_minimum_required(VERSION 3.12 ... 3.31) | 1 | cmake_minimum_required(VERSION 3.12...3.31) |
2 | 2 | ||
3 | project( | 3 | project( |
4 | minizip_add_subdirectory_exclude_from_all | 4 | minizip_add_subdirectory_exclude_from_all |
diff --git a/contrib/minizip/test/find_package_test.cmake.in b/contrib/minizip/test/find_package_test.cmake.in index 6803ed4..55272ba 100644 --- a/contrib/minizip/test/find_package_test.cmake.in +++ b/contrib/minizip/test/find_package_test.cmake.in | |||
@@ -1,4 +1,4 @@ | |||
1 | cmake_minimum_required(VERSION 3.12 ... 3.31) | 1 | cmake_minimum_required(VERSION 3.12...3.31) |
2 | 2 | ||
3 | project( | 3 | project( |
4 | minizip_find_package | 4 | minizip_find_package |
diff --git a/test/add_subdirectory_exclude_test.cmake.in b/test/add_subdirectory_exclude_test.cmake.in index 7b0934e..9077ce5 100644 --- a/test/add_subdirectory_exclude_test.cmake.in +++ b/test/add_subdirectory_exclude_test.cmake.in | |||
@@ -1,4 +1,4 @@ | |||
1 | cmake_minimum_required(VERSION 3.12 ... 3.31) | 1 | cmake_minimum_required(VERSION 3.12...3.31) |
2 | 2 | ||
3 | project( | 3 | project( |
4 | zlib_find_package_test | 4 | zlib_find_package_test |
diff --git a/test/add_subdirectory_test.cmake.in b/test/add_subdirectory_test.cmake.in index 0d3db21..4201af8 100644 --- a/test/add_subdirectory_test.cmake.in +++ b/test/add_subdirectory_test.cmake.in | |||
@@ -1,4 +1,4 @@ | |||
1 | cmake_minimum_required(VERSION 3.12 ... 3.31) | 1 | cmake_minimum_required(VERSION 3.12...3.31) |
2 | 2 | ||
3 | project( | 3 | project( |
4 | zlib_find_package_test | 4 | zlib_find_package_test |
diff --git a/test/find_package_test.cmake.in b/test/find_package_test.cmake.in index fbe0078..0f77d49 100644 --- a/test/find_package_test.cmake.in +++ b/test/find_package_test.cmake.in | |||
@@ -1,4 +1,4 @@ | |||
1 | cmake_minimum_required(VERSION 3.12 ... 3.31) | 1 | cmake_minimum_required(VERSION 3.12...3.31) |
2 | 2 | ||
3 | project( | 3 | project( |
4 | zlib_find_package_test | 4 | zlib_find_package_test |