فهرست منبع

Merge pull request #11659 from Michael-Gardner/HPCC-17714

HPCC-17714 Set CMAKE_INSTALL_MESSAGE to LAZY to squelch up-to-date output when doing make install

Reviewed-By: Jake Smith <jake.smith@lexisnexis.com>
Reviewed-By: Richard Chapman <rchapman@hpccsystems.com>
Richard Chapman 6 سال پیش
والد
کامیت
6c890bc9ad
1فایلهای تغییر یافته به همراه4 افزوده شده و 0 حذف شده
  1. 4 0
      CMakeLists.txt

+ 4 - 0
CMakeLists.txt

@@ -133,6 +133,10 @@ endif()
 
 include(${HPCC_SOURCE_DIR}/cmake_modules/optionDefaults.cmake)
 
+if(NOT DESTDIR STREQUAL "")
+    set(CMAKE_INSTALL_MESSAGE LAZY)
+endif()
+
 if ( REMBED AND (NOT INCLUDE_PLUGINS) )
   # various components that are not needed if only making the R plugin
   SET(USE_LIBARCHIVE 0)