Mercurial > hg > orthanc-wsi
changeset 610:ca77e86ca0f8
fix system build
| author | Sebastien Jodogne <s.jodogne@gmail.com> |
|---|---|
| date | Thu, 10 Sep 2026 08:45:30 +0200 |
| parents | 80dd423bf32e |
| children | 25c1ab2fe7eb |
| files | ViewerPlugin/CMakeLists.txt |
| diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/ViewerPlugin/CMakeLists.txt Thu Sep 10 08:41:28 2026 +0200 +++ b/ViewerPlugin/CMakeLists.txt Thu Sep 10 08:45:30 2026 +0200 @@ -58,8 +58,8 @@ include(FindBoost) endif() - find_package(Boost COMPONENTS thread) - + find_package(Boost COMPONENTS thread regex) + if (NOT Boost_FOUND) message(FATAL_ERROR "Unable to locate Boost on this system") endif()
