Skip to content
Snippets Groups Projects
Commit 1878d575 authored by Francois Bleibel's avatar Francois Bleibel
Browse files

Removed CMAKE_INSTALL_PREFIX in INSTALL directive.

parent 2855ee09
No related branches found
No related tags found
1 merge request!1[major][cpp] starting point to integrate pinocchio
...@@ -34,6 +34,6 @@ ENDFOREACH(lHeader) ...@@ -34,6 +34,6 @@ ENDFOREACH(lHeader)
# Install procedure for the header files # Install procedure for the header files
#---------------------------------------------------- #----------------------------------------------------
INSTALL(FILES ${fullpath_${PROJECT_NAME}_HEADERS} INSTALL(FILES ${fullpath_${PROJECT_NAME}_HEADERS}
DESTINATION ${CMAKE_INSTALL_PREFIX}/include/${PROJECT_NAME} DESTINATION include/${PROJECT_NAME}
PERMISSIONS OWNER_READ GROUP_READ WORLD_READ OWNER_WRITE PERMISSIONS OWNER_READ GROUP_READ WORLD_READ OWNER_WRITE
) )
...@@ -107,7 +107,7 @@ FOREACH(lib ${libs}) ...@@ -107,7 +107,7 @@ FOREACH(lib ${libs})
ENDIF(${lib}_plugins_dependencies) ENDIF(${lib}_plugins_dependencies)
INSTALL(TARGETS ${lib} INSTALL(TARGETS ${lib}
DESTINATION ${CMAKE_INSTALL_PREFIX}/lib/plugin) DESTINATION lib/plugin)
ENDFOREACH(lib) ENDFOREACH(lib)
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