diff --git a/Modules/Core/Common/CMakeLists.txt b/Modules/Core/Common/CMakeLists.txt
index f316a8c7106f0d3319584c5b1584ec4636e1f054..397c92c9619f1b37d07c84ec2060ffb6c4c5fda4 100644
--- a/Modules/Core/Common/CMakeLists.txt
+++ b/Modules/Core/Common/CMakeLists.txt
@@ -9,3 +9,9 @@ set(OTBCommon_INCLUDE_DIRS
 set(OTBCommon_LIBRARIES OTBCommon)
 
 otb_module_impl()
+
+install(FILES
+  ${OTBCommon_BINARY_DIR}/otbConfigure.h
+  DESTINATION ${OTBCommon_INSTALL_INCLUDE_DIR}
+  COMPONENT Development
+  )