Quellcode durchsuchen

Try Travis CI fix for OSX

See comment from @saumitravikram:
https://github.com/civetweb/civetweb/issues/364#issuecomment-255461515
bel vor 8 Jahren
Ursprung
Commit
5d765b4984
1 geänderte Dateien mit 2 neuen und 1 gelöschten Zeilen
  1. 2 1
      cmake/FindLibM.cmake

+ 2 - 1
cmake/FindLibM.cmake

@@ -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)