Unverified Commit db5fd0b2 authored by Felix Wang's avatar Felix Wang Committed by GitHub

Change installation location of caf-tools to ${CMAKE_INSTALL_BINDIR}

parent f666a344
......@@ -2,7 +2,7 @@ add_custom_target(all_tools)
macro(add name)
add_executable(${name} ${name}.cpp ${ARGN})
install(TARGETS ${name} DESTINATION ${CMAKE_INSTALL_DATADIR}/caf/tools)
install(TARGETS ${name} DESTINATION ${CMAKE_INSTALL_BINDIR})
add_dependencies(${name} all_tools)
endmacro()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment