dont build on osx in travis
This commit is contained in:
parent
eb415cd234
commit
2f356239bc
3 changed files with 7 additions and 2 deletions
|
|
@ -60,6 +60,9 @@ else()
|
|||
set(VERSION_GIT_FULL "${VERSION_GIT}-${VERSION_GIT_IS_DIRTY}")
|
||||
endif()
|
||||
|
||||
include(CheckSymbolExists)
|
||||
check_symbol_exists(posix_fadvise fcntl.h HAVE_POSIX_FADVISE)
|
||||
|
||||
add_subdirectory(src)
|
||||
|
||||
# tests
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue