mirror of
https://github.com/OpenMW/openmw.git
synced 2025-01-16 15:29:55 +00:00
Remove dependency on boost::filesystem in bsatool and niftest CMakeLists.txt
This commit is contained in:
parent
7950ea1f54
commit
34ae6e8221
2 changed files with 0 additions and 2 deletions
|
@ -10,7 +10,6 @@ openmw_add_executable(bsatool
|
||||||
|
|
||||||
target_link_libraries(bsatool
|
target_link_libraries(bsatool
|
||||||
${Boost_PROGRAM_OPTIONS_LIBRARY}
|
${Boost_PROGRAM_OPTIONS_LIBRARY}
|
||||||
${Boost_FILESYSTEM_LIBRARY}
|
|
||||||
components
|
components
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
@ -9,7 +9,6 @@ openmw_add_executable(niftest
|
||||||
)
|
)
|
||||||
|
|
||||||
target_link_libraries(niftest
|
target_link_libraries(niftest
|
||||||
${Boost_FILESYSTEM_LIBRARY}
|
|
||||||
components
|
components
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue