소스 검색

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

gifur 4 년 전
부모
커밋
6f4abaaf37
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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()