Skip to content
Snippets Groups Projects
Commit f00274f6 authored by Francois Keith's avatar Francois Keith
Browse files

Correct CMakeLists

parent 5abbbe86
No related branches found
No related tags found
1 merge request!1[major][cpp] starting point to integrate pinocchio
......@@ -121,7 +121,9 @@ FOREACH(lib ${libs})
)
ENDIF(WIN32)
ADD_DEPENDENCIES(${lib} "${${lib}_plugins_dependencies}")
IF(${lib}_plugins_dependencies)
ADD_DEPENDENCIES(${lib} "${${lib}_plugins_dependencies}")
ENDIF(${lib}_plugins_dependencies)
INSTALL(TARGETS ${lib}
DESTINATION ${CMAKE_INSTALL_PREFIX}/lib/plugin)
......
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