add missing definition for FreeBSD

This commit is contained in:
kakwa 2017-01-27 00:35:58 +01:00
parent 53823817cf
commit 5cf8f304db
1 changed files with 1 additions and 0 deletions

View File

@ -39,6 +39,7 @@ endif()
IF(${CMAKE_SYSTEM_NAME} MATCHES "FreeBSD")
set(SED_FREEBSD "*.c")
find_package(argp REQUIRED)
add_definitions(-DBSD)
ENDIF(${CMAKE_SYSTEM_NAME} MATCHES "FreeBSD")
if(BUNDLE_CIVETWEB)