1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-02-21 05:39:42 +00:00

Merge branch 'remove_boost_' into 'master'

Remove dependency on boost::filesystem in bsatool and niftest CMakeLists.txt

See merge request OpenMW/openmw!1915
This commit is contained in:
psi29a 2022-05-24 07:56:19 +00:00
commit 0299529067
2 changed files with 0 additions and 2 deletions

View file

@ -10,7 +10,6 @@ openmw_add_executable(bsatool
target_link_libraries(bsatool
${Boost_PROGRAM_OPTIONS_LIBRARY}
${Boost_FILESYSTEM_LIBRARY}
components
)

View file

@ -9,7 +9,6 @@ openmw_add_executable(niftest
)
target_link_libraries(niftest
${Boost_FILESYSTEM_LIBRARY}
components
)