mirror of
https://github.com/kakwa/uts-server
synced 2025-01-10 05:34:29 +01:00
add missing definition for FreeBSD
This commit is contained in:
parent
e97c7fe0ce
commit
e3af432637
@ -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…
x
Reference in New Issue
Block a user