Fix stupid mistake in CMake install rule

This commit is contained in:
Robin Jadoul 2016-05-26 13:20:50 +02:00
parent ff8af2a5a3
commit 399a123bef
1 changed files with 1 additions and 1 deletions

View File

@ -17,5 +17,5 @@ add_executable(Lexesis
target_link_libraries(Lexesis Lexesis-backends mstch::mstch docopt)
install(TARGETS Lexesis
DESTINATION man
RUNTIME DESTINATION bin
)