]> 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>
Sun, 9 Oct 2022 09:36:03 +0000 (11:36 +0200)
CMakeLists.txt

index 8ca63a30f4e37698594e084bcc62c2d5a34ee225..65827c227b0c7cbf275e8f5c606e13f3849903c0 100644 (file)
@@ -333,7 +333,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)