mirror of
https://github.com/kakwa/uts-server
synced 2025-07-15 14:10:05 +02:00
add missing definition for FreeBSD
This commit is contained in:
parent
e97c7fe0ce
commit
e3af432637
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue