1
0
mirror of https://github.com/kakwa/uts-server synced 2025-01-10 13:44:29 +01:00

Update CMakeLists.txt

This commit is contained in:
Carpentier Pierre-Francois 2017-01-27 10:15:38 +01:00 committed by GitHub
parent e9d4d97437
commit 2f75ee32f9

View File

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