Fix sillyness preventing install of IfcGeomServer

This commit is contained in:
Thomas Krijnen
2018-08-16 13:58:50 +02:00
committed by GitHub
parent 5609cbdde9
commit b023f6a31d
+1 -1
View File
@@ -656,12 +656,12 @@ if(BUILD_GEOMSERVER)
TARGET_LINK_LIBRARIES(IfcGeomServer ${IFCOPENSHELL_LIBRARIES} ${OPENCASCADE_LIBRARIES} ${Boost_LIBRARIES} ${ICU_LIBRARIES})
if ((NOT WIN32) AND BUILD_SHARED_LIBS)
SET_INSTALL_RPATHS(IfcGeomServer "${IFCOPENSHELL_LIBARY_DIR};${OCC_LIBRARY_DIR};${Boost_LIBRARY_DIRS};${ICU_LIBRARY_DIR}")
endif()
INSTALL(TARGETS IfcGeomServer
ARCHIVE DESTINATION ${LIBDIR}
LIBRARY DESTINATION ${LIBDIR}
RUNTIME DESTINATION ${BINDIR}
)
endif()
endif()
IF(BUILD_IFCPYTHON)