Skip to content

Commit

Permalink
fix: update cef build to use flush
Browse files Browse the repository at this point in the history
  • Loading branch information
Julusian committed Nov 16, 2023
1 parent 666066c commit bbf73eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/CMakeModules/Bootstrap_Windows.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -206,8 +206,8 @@ casparcg_add_runtime_dependency("${LIBERATION_FONTS_BIN_PATH}/LiberationMono-Reg
if (ENABLE_HTML)
casparcg_add_external_project(cef)
ExternalProject_Add(cef
URL https://builds.julusian.dev/casparcg/dependencies/cef_binary_103.0.0-5060-shared-textures.2595%2Bgf60566c%2Bchromium-103.0.5060.134_windows64_minimal.zip
URL_HASH MD5=339888c265370152e9c5f7cf27830304
URL https://builds.julusian.dev/casparcg/dependencies/cef_binary_103.0.0-5060-shared-textures.2596%2Bgaa7dcf4%2Bchromium-103.0.5060.134_windows64_minimal.zip
URL_HASH MD5=240f5cebcc019410643c7e787a31ff75
DOWNLOAD_DIR ${CASPARCG_DOWNLOAD_CACHE}
CMAKE_ARGS -DUSE_SANDBOX=Off -DCEF_RUNTIME_LIBRARY_FLAG=/MD
INSTALL_COMMAND ""
Expand Down

0 comments on commit bbf73eb

Please sign in to comment.