diff --git a/CMakeLists.txt b/CMakeLists.txt index 5f143053..7333feeb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -176,7 +176,7 @@ if(WIN32) "${CMAKE_SOURCE_DIR}/extlib/si/siapp.lib") endif() elseif(APPLE) - set(CMAKE_FIND_FRAMEWORKS LAST) + set(CMAKE_FIND_FRAMEWORK LAST) find_package(PNG REQUIRED) find_package(Freetype REQUIRED)