Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
added find fontconfig for new vcpkg baseline
plevy authored Jan 30, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 7501ae1 commit bca6809
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions share/ExternalProject/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -3,6 +3,7 @@ cmake_minimum_required(VERSION 3.20)
project(ExternalExample)

find_package(osgEarth CONFIG REQUIRED)
find_package(Fontconfig)

add_executable(ExternalExample main.cpp)

0 comments on commit bca6809

Please sign in to comment.