Changeset - r24411:5273ee34f4c7
[Not reviewed]
master
0 1 0
Owen Rudge - 3 years ago 2020-12-07 22:39:22
owen@owenrudge.net
Fix: FreeType is still required on macOS
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
CMakeLists.txt
Show inline comments
 
@@ -44,13 +44,13 @@ find_package(PNG)
 

	
 
if(NOT WIN32)
 
    find_package(Allegro)
 
    find_package(Freetype)
 
    if(NOT APPLE)
 
        find_package(SDL2)
 
        if(NOT SDL2_FOUND)
 
            find_package(SDL)
 
        endif()
 
        find_package(Fluidsynth)
 
        find_package(Freetype)
 
        find_package(Fontconfig)
 
        find_package(ICU OPTIONAL_COMPONENTS i18n lx)
 
        find_package(XDG_basedir)
0 comments (0 inline, 0 general)