Skip to content

Commit

Permalink
fix: update freeimage to r1909 with cve patches from fedora #1554
Browse files Browse the repository at this point in the history
  • Loading branch information
Julusian committed Sep 27, 2024
1 parent a026fbd commit 898c8dc
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 @@ -159,8 +159,8 @@ casparcg_add_runtime_dependency("${SFML_BIN_PATH}/sfml-system-2.dll" "Release")
# FREEIMAGE
casparcg_add_external_project(freeimage)
ExternalProject_Add(freeimage
URL ${CASPARCG_DOWNLOAD_MIRROR}/freeimage/FreeImage3180Win32Win64.zip
URL_HASH MD5=393d3df75b14cbcb4887da1c395596e2
URL ${CASPARCG_DOWNLOAD_MIRROR}/freeimage/FreeImage319-r1909.zip
URL_HASH MD5=c19087de6b42c7e17f71c6c8d4ad158d
DOWNLOAD_DIR ${CASPARCG_DOWNLOAD_CACHE}
CONFIGURE_COMMAND ""
BUILD_COMMAND ""
Expand Down

0 comments on commit 898c8dc

Please sign in to comment.