From 399a123befcc2c6f13c2bb0be5d69c4746393e4d Mon Sep 17 00:00:00 2001 From: Robin Jadoul Date: Thu, 26 May 2016 13:20:50 +0200 Subject: [PATCH] Fix stupid mistake in CMake install rule --- src/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index e36d059..208d3a7 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -17,5 +17,5 @@ add_executable(Lexesis target_link_libraries(Lexesis Lexesis-backends mstch::mstch docopt) install(TARGETS Lexesis - DESTINATION man + RUNTIME DESTINATION bin )