Skip to content
Snippets Groups Projects
Commit 9136e6bd authored by Angel Santamaria-Navarro's avatar Angel Santamaria-Navarro
Browse files

FIX library path change (manufacturer change)

parent 7f640e0c
No related branches found
No related tags found
No related merge requests found
#edit the following line to add the librarie's header files
FIND_PATH(mvIMPACT_INCLUDE_DIR mvIMPACT_CPP/mvIMPACT_acquire.h /opt/mvIMPACT_acquire)
FIND_PATH(mvIMPACT_INCLUDE_DIR mvIMPACT_CPP/mvIMPACT_acquire.h /opt/mvIMPACT_Acquire)
FIND_LIBRARY(mvIMPACT_LIBRARY
NAMES mvDeviceManager
PATHS /opt/mvIMPACT_acquire/lib/x86_64)
PATHS /opt/mvIMPACT_Acquire/lib/x86_64)
IF (mvIMPACT_INCLUDE_DIR AND mvIMPACT_LIBRARY)
SET(mvIMPACT_FOUND TRUE)
......
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