From 94efea11dd1735786d63ec1de3aaa385b2fd3c1d Mon Sep 17 00:00:00 2001 From: Vitaliy Filippov Date: Wed, 23 Jul 2014 14:48:22 +0400 Subject: [PATCH] Do not try to install doc/grive.1 from bgrive cmake --- bgrive/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/bgrive/CMakeLists.txt b/bgrive/CMakeLists.txt index 074ab38..7bb3269 100644 --- a/bgrive/CMakeLists.txt +++ b/bgrive/CMakeLists.txt @@ -40,4 +40,3 @@ set_target_properties( bgrive_executable ) install(TARGETS bgrive_executable RUNTIME DESTINATION bin) -install(FILES doc/grive.1 DESTINATION share/man/man1 )