Mercurial > hg > orthanc
comparison OrthancFramework/Resources/CMake/BoostConfiguration.cmake @ 5065:3f16204b4c8d
fix
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Mon, 15 Aug 2022 14:11:42 +0200 |
parents | 6156a970a2e1 |
children | 956a9fed0aa8 |
comparison
equal
deleted
inserted
replaced
5064:6156a970a2e1 | 5065:3f16204b4c8d |
---|---|
79 link_libraries(${Boost_LIBRARIES}) | 79 link_libraries(${Boost_LIBRARIES}) |
80 endif() | 80 endif() |
81 | 81 |
82 | 82 |
83 if (BOOST_STATIC AND USE_LEGACY_BOOST) | 83 if (BOOST_STATIC AND USE_LEGACY_BOOST) |
84 include(BoostConfigurationStatic-1.69.0.cmake) | 84 include(${CMAKE_CURRENT_LIST_DIR}/BoostConfigurationStatic-1.69.0.cmake) |
85 endif() | 85 endif() |
86 | 86 |
87 | 87 |
88 if (BOOST_STATIC AND NOT USE_LEGACY_BOOST) | 88 if (BOOST_STATIC AND NOT USE_LEGACY_BOOST) |
89 ## | 89 ## |