Skip to content

Commit 664cc46

Browse files
committed
compat MAINTENANCE remove duplicate definition
1 parent d853655 commit 664cc46

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

CMakeModules/UseCompat.cmake

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ macro(USE_COMPAT)
1313

1414
check_symbol_exists(get_current_dir_name "unistd.h" HAVE_GET_CURRENT_DIR_NAME)
1515

16-
list(APPEND CMAKE_REQUIRED_DEFINITIONS -D_POSIX_C_SOURCE=200809L)
1716
check_symbol_exists(strndup "string.h" HAVE_STRNDUP)
1817
check_symbol_exists(getline "stdio.h" HAVE_GETLINE)
1918

0 commit comments

Comments
 (0)