1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-06 00:55:50 +00:00

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

This commit is contained in:
jvoisin 2022-05-23 21:52:22 +02:00
parent 7950ea1f54
commit 34ae6e8221
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
)