Skip to content
Snippets Groups Projects
Commit f593031f authored by Joaquim Casals Buñuel's avatar Joaquim Casals Buñuel
Browse files

CMake hotfix

parent 2766b555
No related branches found
No related tags found
1 merge request!276Several fixes for Mac
Pipeline #3470 passed
This commit is part of merge request !276. Comments created here will be created in the context of that merge request.
...@@ -11,7 +11,7 @@ ENDIF(wolf_INCLUDE_DIR) ...@@ -11,7 +11,7 @@ ENDIF(wolf_INCLUDE_DIR)
FIND_LIBRARY( FIND_LIBRARY(
wolf_LIBRARY wolf_LIBRARY
NAMES libwolf.so NAMES libwolf.so libwolf.dylib
PATHS /usr/local/lib/iri-algorithms) PATHS /usr/local/lib/iri-algorithms)
IF(wolf_LIBRARY) IF(wolf_LIBRARY)
MESSAGE("Found wolf lib: ${wolf_LIBRARY}") MESSAGE("Found wolf lib: ${wolf_LIBRARY}")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment