We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a97bbe commit e8f9426Copy full SHA for e8f9426
src/CMakeModules/Bootstrap_Linux.cmake
@@ -30,7 +30,7 @@ MARK_AS_ADVANCED (CMAKE_INSTALL_PREFIX)
30
if (USE_STATIC_BOOST)
31
SET (Boost_USE_STATIC_LIBS ON)
32
endif()
33
-find_package(Boost 1.83.0 COMPONENTS system thread filesystem log_setup log locale regex date_time coroutine REQUIRED)
+find_package(Boost 1.83.0 COMPONENTS thread filesystem log_setup log locale regex date_time coroutine REQUIRED)
34
find_package(FFmpeg REQUIRED)
35
find_package(OpenGL REQUIRED COMPONENTS OpenGL GLX EGL)
36
find_package(GLEW REQUIRED)
0 commit comments