Explorar o código

#IQRV #comment [CMake]调整告警等级

gifur %!s(int64=4) %!d(string=hai) anos
pai
achega
6f4abaaf37
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      addin/cmake/conan.cmake

+ 1 - 1
addin/cmake/conan.cmake

@@ -920,7 +920,7 @@ function(conan_local_remove)
         if(NOT "${return_code}" STREQUAL "0")
           message(FATAL_ERROR "Conan remove failed='${return_code}'")
         else()
-          message(WARNING "Conan remove local cache succ.")
+          message(STATUS "Conan remove local cache succ.")
         endif()
     endif()
 endfunction()