Update CMakeLists.txt

This commit is contained in:
Carpentier Pierre-Francois 2017-01-27 10:15:38 +01:00 committed by GitHub
parent 05051d783d
commit 4b3bf70697
1 changed files with 1 additions and 1 deletions

View File

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