Skip to content
Snippets Groups Projects
Commit aa5e8c84 authored by André Offringa's avatar André Offringa
Browse files

Always install aoflagger-bin

parent 66ad1caf
Branches
Tags v2.12.0
No related merge requests found
......@@ -320,12 +320,13 @@ add_test(aotest aotest)
add_custom_target(check COMMAND aotest DEPENDS aotest)
if(GTKMM_FOUND)
install (TARGETS rfigui aoqplot aoflagger-bin DESTINATION bin)
install (TARGETS rfigui aoqplot DESTINATION bin)
endif(GTKMM_FOUND)
if(BOOST_ASIO_H_FOUND AND SIGCXX_FOUND AND GTKMM_FOUND)
install (TARGETS aoquality aoremoteclient DESTINATION bin)
endif(BOOST_ASIO_H_FOUND AND SIGCXX_FOUND AND GTKMM_FOUND)
install (TARGETS aoflagger-bin DESTINATION bin)
install (TARGETS aoflagger DESTINATION lib)
install (FILES interface/aoflagger.h DESTINATION include)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment