From 0a4c0e53b7e897a86a52cec9684e838d49add50d Mon Sep 17 00:00:00 2001 From: Sam Edwards Date: Sat, 5 Jan 2019 12:17:12 -0700 Subject: [PATCH] CMake: Move p3glxdisplay from the Core component to OpenGL --- panda/src/glxdisplay/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()