Skip to content

Commit e8f9426

Browse files
committed
fix: remove build dependency on boost_system
1 parent 1a97bbe commit e8f9426

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CMakeModules/Bootstrap_Linux.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ MARK_AS_ADVANCED (CMAKE_INSTALL_PREFIX)
3030
if (USE_STATIC_BOOST)
3131
SET (Boost_USE_STATIC_LIBS ON)
3232
endif()
33-
find_package(Boost 1.83.0 COMPONENTS system thread filesystem log_setup log locale regex date_time coroutine REQUIRED)
33+
find_package(Boost 1.83.0 COMPONENTS thread filesystem log_setup log locale regex date_time coroutine REQUIRED)
3434
find_package(FFmpeg REQUIRED)
3535
find_package(OpenGL REQUIRED COMPONENTS OpenGL GLX EGL)
3636
find_package(GLEW REQUIRED)

0 commit comments

Comments
 (0)