Skip to content
Snippets Groups Projects
Commit 32c4675a authored by Pere Mato Vila's avatar Pere Mato Vila
Browse files

Install command lines to correct place ($ROOTSYS/bin)

parent a8426502
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,7 @@ if(python)
string(REPLACE ".py" "" utilName ${utilName})
endif()
install(FILES ${rawUtilName} DESTINATION ${CMAKE_INSTALL_BINDIR}/${CMAKE_INSTALL_BINDIR} RENAME ${utilName})
install(FILES ${rawUtilName} DESTINATION ${CMAKE_INSTALL_BINDIR} RENAME ${utilName} COMPONENT applications)
execute_process(WORKING_DIRECTORY ${CMAKE_CURRENT_LIST_DIR}
COMMAND ${CMAKE_COMMAND} -E copy ${rawUtilName} ${CMAKE_BINARY_DIR}/${CMAKE_INSTALL_BINDIR}/${utilName})
endforeach()
......
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