mirror of
https://github.com/civetweb/civetweb
synced 2025-03-28 21:13:27 +00:00
Try Travis CI fix for OSX
See comment from @saumitravikram: https://github.com/civetweb/civetweb/issues/364#issuecomment-255461515
This commit is contained in:
parent
a734181940
commit
5d765b4984
@ -29,7 +29,8 @@
|
||||
|
||||
find_path(LIBM_INCLUDE_DIRS
|
||||
NAMES math.h
|
||||
PATHS ${LIBM_ROOT}/include/
|
||||
PATHS /usr/include /usr/local/include /usr/local/bic/include
|
||||
NO_DEFAULT_PATH
|
||||
)
|
||||
find_library(LIBM_LIBRARIES m)
|
||||
include(FindPackageHandleStandardArgs)
|
||||
|
Loading…
x
Reference in New Issue
Block a user