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