Explorar el Código

#IQRV #comment [DevAdapter] 更改 log4cplus 版本,避免zip压缩出现问题

gifur hace 4 años
padre
commit
16aa579b7e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      DevAdapter/self/liblog4vendor/CMakeLists.txt

+ 1 - 1
DevAdapter/self/liblog4vendor/CMakeLists.txt

@@ -12,7 +12,7 @@ set(${MODULE_PREFIX}_SRCS
 
 rvc_set_win_dll_ver(${MODULE_PREFIX} ${RAW_VERSION_STRING})
 
-conan_cmake_run(REQUIRES log4cplus/1.2.1@LR04.02_ThirdParty/stable
+conan_cmake_run(REQUIRES log4cplus/1.2.1@LR04.02_ThirdParty/slim
     BASIC_SETUP CMAKE_TARGETS
     BUILD missing)