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:
commit
0299529067
2 changed files with 0 additions and 2 deletions
|
@ -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 a new issue