Skip to content

Commit 78ba7cc

Browse files
SiegeLordExSiegeLord
authored andcommitted
Fix case of FreeImage.
1 parent 0638d7c commit 78ba7cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

addons/image/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ endif(WANT_NATIVE_IMAGE_LOADER)
8181

8282
# Now look for third party libraries to handle the unsupported formats
8383
if(WANT_IMAGE_FREEIMAGE)
84-
find_package(FREEIMAGE)
84+
find_package(FreeImage)
8585
if(FREEIMAGE_FOUND)
8686
# HAVE_FREEIMAGE means libfreeimage is available (and should be used)
8787
set(ALLEGRO_CFG_IIO_HAVE_FREEIMAGE 1)

0 commit comments

Comments
 (0)