colobot: fix build

This commit is contained in:
Đoàn Trần Công Danh 2025-08-31 12:13:07 +07:00
parent 180fa6e3e5
commit fe666a9cf5

View file

@ -9,3 +9,13 @@
set(GLEW_USE_STATIC_LIBS ${GLEW_STATIC})
find_package(GLEW REQUIRED)
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -488,7 +488,6 @@ target_link_libraries(colobotbase PUBLIC
GLEW::GLEW
Boost::headers
Boost::filesystem
- Boost::regex
PhysFS::PhysFS
SndFile::sndfile
)