Skip to content
Snippets Groups Projects
Commit b3fc9771 authored by Lars Bilke's avatar Lars Bilke
Browse files

[CMake] Add conan bin dir to dep search paths.

parent 2a01117e
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@ macro(InstallDependencies TARGET)
if (VTK_BUILD_SHARED_LIBS)
list(APPEND dirs ${vtkIOXML_RUNTIME_LIBRARY_DIRS})
endif()
list(APPEND dirs "/usr/local/lib")
list(APPEND dirs "/usr/local/lib;${CONAN_BIN_DIRS}")
get_prerequisites(${TARGET_EXE} TARGET_DEPENDENCIES ${EXCLUDE_SYSTEM} 1 "" ${dirs})
if(PRE_INSTALL_RUN)
message("-- Dependencies of target ${TARGET}:")
......
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