Browse Source

Z991239-1781 #comment chromium 浏览器升级到9.0版本,解决运行时退出问题

陈良瑜80374463 4 years ago
parent
commit
84dfd9dd4f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Module/mod_chromium/CMakeLists.txt

+ 1 - 1
Module/mod_chromium/CMakeLists.txt

@@ -60,7 +60,7 @@ add_module_libraries(${MODULE_PREFIX} ${MODULE_NAME} ${MOD_VERSION_STRING})
 #附加包含的目录
 
 #need cefclient
-conan_cmake_run(REQUIRES cefclient/8.0@LR04.02_ThirdParty/testing
+conan_cmake_run(REQUIRES cefclient/9.0@LR04.02_ThirdParty/testing
 BASIC_SETUP CMAKE_TARGETS
 BUILD missing)