# HG changeset patch # User Sebastien Jodogne # Date 1789022730 -7200 # Node ID ca77e86ca0f8f976f4afb9c2e396f240454848bd # Parent 80dd423bf32e317bd2d75db98ee9b47342353da0 fix system build diff -r 80dd423bf32e -r ca77e86ca0f8 ViewerPlugin/CMakeLists.txt --- 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()