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:
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…
Reference in New Issue
Block a user