mirror of
git://git.savannah.gnu.org/freetype/freetype2.git
synced 2025-04-11 22:56:50 +02:00
* CMakeLists.txt: Make it work with cmake 2.8.11.2 (#49909).
This commit is contained in:
parent
06d61b487a
commit
18bd176a65
@ -362,7 +362,7 @@ if (BUILD_FRAMEWORK)
|
||||
)
|
||||
endif ()
|
||||
|
||||
if (NOT CMAKE_VERSION VERSION_LESS 2.8.11)
|
||||
if (NOT CMAKE_VERSION VERSION_LESS 2.8.12)
|
||||
target_include_directories(freetype
|
||||
PUBLIC $<INSTALL_INTERFACE:include/freetype2>)
|
||||
endif ()
|
||||
|
Loading…
x
Reference in New Issue
Block a user