diff --git a/Modules/ThirdParty/Boost/CMakeLists.txt b/Modules/ThirdParty/Boost/CMakeLists.txt
index c5de5a2ba5845ab37866b94aa78cc684c696b04d..96a21c8faceecc2aee1f5cf51362e8831912547b 100644
--- a/Modules/ThirdParty/Boost/CMakeLists.txt
+++ b/Modules/ThirdParty/Boost/CMakeLists.txt
@@ -10,6 +10,6 @@ endif()
 otb_module_impl()
 
 install(DIRECTORY ${OTBBoost_SOURCE_DIR}/src/boost
-  DESTINATION ${OTBBoost_INSTALL_INCLUDE_DIR}/boost
+  DESTINATION ${OTBBoost_INSTALL_INCLUDE_DIR}
   COMPONENT Development
   )