File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ endif()
3535
3636
3737include (RttrBoostCfg)
38- find_package (Boost 1.69 REQUIRED COMPONENTS system filesystem iostreams)
38+ find_package (Boost 1.69 REQUIRED COMPONENTS filesystem iostreams)
3939
4040include (RttrTestingCfg)
4141if (isTopLevel)
Original file line number Diff line number Diff line change 1- # Copyright (C) 2005 - 2021 Settlers Freaks <sf-team at siedler25.org>
1+ # Copyright (C) 2005 - 2025 Settlers Freaks <sf-team at siedler25.org>
22#
33# SPDX-License-Identifier: GPL-2.0-or-later
44
5- find_package (Boost 1.69 REQUIRED COMPONENTS system program_options)
5+ find_package (Boost 1.69 REQUIRED COMPONENTS program_options)
66
77add_executable (chTransparentIdx chTransparentIdx.cpp)
88
Original file line number Diff line number Diff line change 1- # Copyright (C) 2005 - 2021 Settlers Freaks <sf-team at siedler25.org>
1+ # Copyright (C) 2005 - 2025 Settlers Freaks <sf-team at siedler25.org>
22#
33# SPDX-License-Identifier: GPL-2.0-or-later
44
5- find_package (Boost 1.69 REQUIRED COMPONENTS system program_options)
5+ find_package (Boost 1.69 REQUIRED COMPONENTS program_options)
66
77file (GLOB _sources *.cpp *.h)
88add_executable (lstpacker ${_sources} )
You can’t perform that action at this time.
0 commit comments