cmake: remove unset IFCGEOM_SCHEMA_LIBRARIES, SCHEMA_AGNOSTIC_H_FILES

`IFCGEOM_SCHEMA_LIBRARIES` Is never set after we moved code to `src/ifcgeom/mapping` (b7a919925)
`SCHEMA_AGNOSTIC_H_FILES` is set but only inside `src/ifcgeom/mapping` and already handled there.
This commit is contained in:
Andrej730
2026-09-15 10:30:19 +05:00
parent 0607a7caa1
commit 5bc2cd058a
+1 -5
View File
@@ -723,10 +723,6 @@ if(BUILD_IFCGEOM)
# DESTINATION ${INCLUDEDIR}/ifcgeom # DESTINATION ${INCLUDEDIR}/ifcgeom
# ) # )
install(FILES ${SCHEMA_AGNOSTIC_H_FILES}
DESTINATION ${INCLUDEDIR}/ifcgeom
)
file(GLOB SERIALIZATION_H_FILES ../src/ifcgeom/serialization/*.h) file(GLOB SERIALIZATION_H_FILES ../src/ifcgeom/serialization/*.h)
install(FILES ${SERIALIZATION_H_FILES} install(FILES ${SERIALIZATION_H_FILES}
DESTINATION ${INCLUDEDIR}/ifcgeom/serialization DESTINATION ${INCLUDEDIR}/ifcgeom/serialization
@@ -740,7 +736,7 @@ if(BUILD_IFCGEOM)
endforeach() endforeach()
install( install(
TARGETS ${IFCGEOM_SCHEMA_LIBRARIES} ${kernel_libraries} IfcGeom TARGETS ${kernel_libraries} IfcGeom
EXPORT ${IFCOPENSHELL_EXPORT_TARGETS} EXPORT ${IFCOPENSHELL_EXPORT_TARGETS}
) )
endif(BUILD_IFCGEOM) endif(BUILD_IFCGEOM)