浏览代码

HPCC-23693 Suppress "Up-to-date:" make install messages

Signed-off-by: Jake Smith <jake.smith@lexisnexisrisk.com>
Jake Smith 5 年之前
父节点
当前提交
7c12a59c5a
共有 1 个文件被更改,包括 1 次插入3 次删除
  1. 1 3
      CMakeLists.txt

+ 1 - 3
CMakeLists.txt

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