Skip to content
Snippets Groups Projects

Several fixes for Mac

Merged Joan Solà Ortega requested to merge bugfix_include_numeric into devel
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -11,7 +11,7 @@ ENDIF(wolf_INCLUDE_DIR)
FIND_LIBRARY(
wolf_LIBRARY
NAMES libwolf.so
NAMES libwolf.so libwolf.dylib
PATHS /usr/local/lib/iri-algorithms)
IF(wolf_LIBRARY)
MESSAGE("Found wolf lib: ${wolf_LIBRARY}")
Loading