Project

General

Profile

Backport #18878

Updated by Nathan Cutler about 7 years ago

https://github.com/ceph/ceph/pull/13348 in jewel, version(10.2.5)(8c87d09) 

 run `run_cmake_check` would meet error as follow: 

 <pre> 
 CMake Error at src/CMakeLists.txt:970 (install): 
   install TARGETS given no RUNTIME DESTINATION for executable target 
   "mount.ceph". 


 CMake Error at src/CMakeLists.txt:980 (install): 
   install PROGRAMS given no DESTINATION! 


 -- Configuring incomplete, errors occurred! 
 </pre> 

 mount.ceph and mount.fuse.ceph do not know where they install to 

Back