remove space at end of line...

This commit is contained in:
Thomas Bernard 2019-04-23 12:56:28 +02:00
parent 82b117ee7f
commit c1cbcd971b
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ if (NO_GETADDRINFO)
endif () endif ()
if (NOT WIN32) if (NOT WIN32)
target_compile_definitions(miniupnpc-private INTERFACE target_compile_definitions(miniupnpc-private INTERFACE
MINIUPNPC_SET_SOCKET_TIMEOUT MINIUPNPC_SET_SOCKET_TIMEOUT
_BSD_SOURCE _DEFAULT_SOURCE) _BSD_SOURCE _DEFAULT_SOURCE)
if (NOT CMAKE_SYSTEM_NAME STREQUAL "Darwin" AND NOT CMAKE_SYSTEM_NAME STREQUAL "FreeBSD") if (NOT CMAKE_SYSTEM_NAME STREQUAL "Darwin" AND NOT CMAKE_SYSTEM_NAME STREQUAL "FreeBSD")