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

fix/shrink_builds
jvoisin 3 years ago
parent 7950ea1f54
commit 34ae6e8221

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

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

Loading…
Cancel
Save