Skip to content

Commit

Permalink
Fixed Freetype find_package lookup.
Browse files Browse the repository at this point in the history
  • Loading branch information
ggarra13 committed Sep 17, 2023
1 parent c3b7e2f commit 1b39299
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cmake/Modules/FindtlRender.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ set(tlRender_INCLUDE_DIRS
${tlRender_INCLUDE_DIR}
${Imath_INCLUDE_DIRS}
${nlohmann_json_INCLUDE_DIRS}
${freetype_INCLUDE_DIRS}
${FREETYPE_INCLUDE_DIRS}
${OTIO_INCLUDE_DIRS}
${RtAudio_INCLUDE_DIRS}
${libjpeg-turbo_INCLUDE_DIRS}
Expand Down Expand Up @@ -75,7 +75,7 @@ set(tlRender_LIBRARIES
${tlRender_glad_LIBRARY}
${Imath_LIBRARIES}
${nlohmann_json_LIBRARIES}
${freetype_LIBRARIES}
${FREETYPE_LIBRARIES}
${OTIO_LIBRARIES}
${RtAudio_LIBRARIES}
${libjpeg-turbo_LIBRARIES}
Expand Down Expand Up @@ -113,7 +113,7 @@ if(tlRender_FOUND AND NOT TARGET tlRender::tlCore)
IMPORTED_LOCATION "${tlRender_tlCore_LIBRARY}"
INTERFACE_COMPILE_DEFINITIONS "${tlRender_COMPILE_DEFINITIONS}"
INTERFACE_INCLUDE_DIRECTORIES "${tlRender_INCLUDE_DIR}"
INTERFACE_LINK_LIBRARIES "OTIO;OpenColorIO::OpenColorIO;Imath::Imath;RtAudio;freetype;nlohmann_json::nlohmann_json")
INTERFACE_LINK_LIBRARIES "OTIO;OpenColorIO::OpenColorIO;Imath::Imath;RtAudio;Freetype::Freetype;nlohmann_json::nlohmann_json")
endif()
if(tlRender_FOUND AND NOT TARGET tlRender::tlIO)
add_library(tlRender::tlIO UNKNOWN IMPORTED)
Expand Down

0 comments on commit 1b39299

Please sign in to comment.