]> git.ipfire.org Git - thirdparty/zlib-ng.git/commitdiff
Remove errant space in cmake posix specifier
authorHans Kristian Rosbach <hk-git@circlestorm.org>
Wed, 14 Sep 2022 19:26:32 +0000 (21:26 +0200)
committerHans Kristian Rosbach <hk-github@circlestorm.org>
Fri, 17 Mar 2023 20:27:56 +0000 (21:27 +0100)
CMakeLists.txt

index f8c1f137ebe3d9a29dc7ee4b1ced077015604d0a..bb29d76d22c08a20d0ffba22793e2754449ba2c4 100644 (file)
@@ -382,7 +382,7 @@ check_function_exists(strerror HAVE_STRERROR)
 if(NOT HAVE_STRERROR)
     add_definitions(-DNO_STRERROR)
 endif()
-set(CMAKE_REQUIRED_DEFINITIONS -D _POSIX_C_SOURCE=200112L)
+set(CMAKE_REQUIRED_DEFINITIONS -D_POSIX_C_SOURCE=200112L)
 check_function_exists(posix_memalign HAVE_POSIX_MEMALIGN)
 if(HAVE_POSIX_MEMALIGN)
     add_definitions(-DHAVE_POSIX_MEMALIGN)