Skip to content

Commit

Permalink
Fixed find_package(Freetype).
Browse files Browse the repository at this point in the history
  • Loading branch information
ggarra13 committed Sep 18, 2023
1 parent 9799b40 commit 185fd04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/Modules/FindtlRender.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ set(tlRender_VERSION 0.0.1)

find_package(Imath REQUIRED)
find_package(nlohmann_json REQUIRED)
find_package(freetype REQUIRED)
find_package(Freetype REQUIRED)
find_package(OpenColorIO REQUIRED)
find_package(OTIO REQUIRED)
find_package(RtAudio REQUIRED)
Expand Down

0 comments on commit 185fd04

Please sign in to comment.