mirror of
https://github.com/kakwa/uts-server
synced 2024-12-04 23:15:54 +01:00
add missing definition for FreeBSD
This commit is contained in:
parent
53823817cf
commit
5cf8f304db
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user