Mercurial > hg > orthanc-authorization
changeset 308:16f2939d1505 default tip
removed stub library boost_system from find_package()
| author | Sebastien Jodogne <s.jodogne@gmail.com> |
|---|---|
| date | Tue, 09 Dec 2025 14:43:57 +0100 |
| parents | b747c244317f |
| children | |
| files | CMakeLists.txt |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/CMakeLists.txt Tue Dec 09 14:43:47 2025 +0100 +++ b/CMakeLists.txt Tue Dec 09 14:43:57 2025 +0100 @@ -54,7 +54,7 @@ include(FindBoost) endif() - find_package(Boost COMPONENTS regex system) + find_package(Boost COMPONENTS regex thread) if (NOT Boost_FOUND) message(FATAL_ERROR "Unable to locate Boost on this system")
