This commit is contained in:
kakwa 2017-01-28 03:26:58 +01:00
commit 847c86b649
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ else()
endif()
IF(${CMAKE_SYSTEM_NAME} MATCHES "FreeBSD")
set(SED_FREEBSD "*.c")
set(SED_FREEBSD "*.c.bak")
find_package(argp REQUIRED)
add_definitions(-DBSD)
ENDIF(${CMAKE_SYSTEM_NAME} MATCHES "FreeBSD")