Skip to content

Commit

Permalink
Removed the Boost filesystem dependency from CMakeLists.txt, forgot t…
Browse files Browse the repository at this point in the history
…o do it after commit 0279900
  • Loading branch information
aaszodi committed Sep 14, 2024
1 parent c34aec9 commit 6073437
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,6 @@ find_package( Boost ${BOOST_MINIMUM_VERSION}

# list of Boost libraries needed by apps
set(MULTOVL_BOOST_LIBS ${Boost_DATE_TIME_LIBRARY}
${Boost_FILESYSTEM_LIBRARY} ${Boost_SYSTEM_LIBRARY}
${Boost_PROGRAM_OPTIONS_LIBRARY}
${Boost_SERIALIZATION_LIBRARY}
)
Expand Down

0 comments on commit 6073437

Please sign in to comment.