diff --git a/panda/src/glxdisplay/CMakeLists.txt b/panda/src/glxdisplay/CMakeLists.txt index 17f9546d79..a5153e54b1 100644 --- a/panda/src/glxdisplay/CMakeLists.txt +++ b/panda/src/glxdisplay/CMakeLists.txt @@ -29,5 +29,5 @@ add_component_library(p3glxdisplay SYMBOL BUILDING_PANDA_GLXDISPLAY target_link_libraries(p3glxdisplay p3glgsg p3x11display) if(NOT BUILD_METALIBS) - install(TARGETS p3glxdisplay EXPORT Core COMPONENT Core DESTINATION lib) + install(TARGETS p3glxdisplay EXPORT OpenGL COMPONENT OpenGL DESTINATION lib) endif()