From 0c4bd380ef99426fed00423c889243ad8ad709c7 Mon Sep 17 00:00:00 2001 From: Sylvain Munaut Date: Sun, 22 May 2016 22:27:22 +0200 Subject: gr-fosphor: Rely on the system-wide FindFreetype Signed-off-by: Sylvain Munaut --- lib/CMakeLists.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib') diff --git a/lib/CMakeLists.txt b/lib/CMakeLists.txt index 08f7ff1..db29da7 100644 --- a/lib/CMakeLists.txt +++ b/lib/CMakeLists.txt @@ -38,13 +38,13 @@ add_custom_command( include_directories( ${OPENGL_INCLUDE_DIRS} ${OpenCL_INCLUDE_DIRS} - ${FREETYPE2_INCLUDE_DIRS} + ${FREETYPE_INCLUDE_DIRS} ${Boost_INCLUDE_DIR} ) link_directories( ${OPENGL_LIBRARY_DIRS} ${OpenCL_LIBRARY_DIRS} - ${FREETYPE2_LIBRARY_DIRS} + ${FREETYPE_LIBRARY_DIRS} ${Boost_LIBRARY_DIRS} ) @@ -85,7 +85,7 @@ list_cond_append(ENABLE_WX fosphor_sources wx_core_sink_c_impl.cc) list(APPEND fosphor_libraries ${OPENGL_LIBRARIES} ${OpenCL_LIBRARIES} - ${FREETYPE2_LIBRARIES} + ${FREETYPE_LIBRARIES} ${Boost_LIBRARIES} ${GNURADIO_ALL_LIBRARIES} ${CMAKE_DL_LIBS} -- cgit v1.2.3