Fix formatting issue

pull/328/head
Samuel Andersen 2020-11-09 14:59:39 -08:00
parent 109ccd13c8
commit 4381d7a1b2
1 changed files with 2 additions and 2 deletions

View File

@ -10,12 +10,12 @@ message(WARNING "Version to build: ${GRIVE_VERSION}")
# common compile options
add_definitions( -DVERSION="${GRIVE_VERSION}" )
add_definitions( -D_FILE_OFFSET_BITS=64 -std=c++0x )
if ( APPLE OR )
if ( APPLE )
add_definitions( -Doff64_t=off_t )
endif ( APPLE )
if ( CMAKE_SYSTEM MATCHES "^FreeBSD" )
add_definitions( -Doff64_t=off_t )
add_definitions( -Doff64_t=off_t )
endif ( CMAKE_SYSTEM MATCHES "^FreeBSD" )
find_program(