mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-27 02:31:09 +00:00
IfcGeomServer cmake - remove not required chrono component #7337
Noticed Linux build failing now
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
find_package(Boost COMPONENTS chrono REQUIRED)
|
find_package(Boost REQUIRED)
|
||||||
|
|
||||||
file(GLOB CPP_FILES *.cpp)
|
file(GLOB CPP_FILES *.cpp)
|
||||||
file(GLOB H_FILES *.h)
|
file(GLOB H_FILES *.h)
|
||||||
@@ -6,4 +6,4 @@ set(SOURCE_FILES ${CPP_FILES} ${H_FILES})
|
|||||||
add_executable(IfcGeomServer ${SOURCE_FILES})
|
add_executable(IfcGeomServer ${SOURCE_FILES})
|
||||||
target_link_libraries(IfcGeomServer IfcGeom ${kernel_libraries} ${OPENCASCADE_LIBRARIES})
|
target_link_libraries(IfcGeomServer IfcGeom ${kernel_libraries} ${OPENCASCADE_LIBRARIES})
|
||||||
|
|
||||||
install(TARGETS IfcGeomServer)
|
install(TARGETS IfcGeomServer)
|
||||||
|
|||||||
Reference in New Issue
Block a user