Skip to content

Commit

Permalink
tinydisplay: Fix build when no platform display module is enabled
Browse files Browse the repository at this point in the history
Fixes #1554
  • Loading branch information
rdb committed Oct 23, 2023
1 parent 20a2b26 commit 1a3ee2b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions panda/src/tinydisplay/CMakeLists.txt
Expand Up @@ -118,6 +118,7 @@ add_metalib(p3tinydisplay ${MODULE_TYPE}
unset(CMAKE_INSTALL_DEFAULT_COMPONENT_NAME)

set_target_properties(p3tinydisplay PROPERTIES DEFINE_SYMBOL BUILDING_TINYDISPLAY)
target_link_libraries(p3tinydisplay panda)

install(TARGETS p3tinydisplay
EXPORT TinyDisplay COMPONENT TinyDisplay
Expand Down

0 comments on commit 1a3ee2b

Please sign in to comment.