IfcGeomServer cmake - remove not required chrono component

Noticed Linux build failing now
This commit is contained in:
Andrej730
2025-11-18 17:25:27 +05:00
parent 1db4a79a6d
commit 2d099edbea
+1 -1
View File
@@ -1,4 +1,4 @@
find_package(Boost COMPONENTS chrono REQUIRED)
find_package(Boost REQUIRED)
file(GLOB CPP_FILES *.cpp)
file(GLOB H_FILES *.h)