OS X: fix typo in build system.
parent
fb62e0494b
commit
e0283b2d2e
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue