diff --git a/Modules/Wrappers/ApplicationEngine/src/CMakeLists.txt b/Modules/Wrappers/ApplicationEngine/src/CMakeLists.txt
index 9107d2961e06dc63c3f9a36f32fa5c2468d67b28..858aaaf1afb8e41285b66348c6c1abc0578d1131 100644
--- a/Modules/Wrappers/ApplicationEngine/src/CMakeLists.txt
+++ b/Modules/Wrappers/ApplicationEngine/src/CMakeLists.txt
@@ -58,8 +58,6 @@ set( OTBApplicationEngine_SRC
   otbWrapperParameterList.cxx
   )
 
-message("Common libraries: ${OTBCommon_LIBRARIES}")
-
 add_library(OTBApplicationEngine ${OTBApplicationEngine_SRC})
 target_link_libraries(OTBApplicationEngine
   ${OTBVectorDataBase_LIBRARIES}