Configuration - Version information update #308

Refactor version handling to use version.cmake and update related scripts.
Created new symbols to extract information by C function
This commit is contained in:
Pasukhin Dmitry
2025-01-31 14:17:38 +01:00
committed by GitHub
parent 491e742d67
commit d65feb6928
17 changed files with 241 additions and 57 deletions

View File

@@ -975,6 +975,9 @@ message (STATUS "\nInfo: \(${CURRENT_TIME}\) Start collecting all OCCT header fi
# collect all the headers to <binary dir>/inc folder
COLLECT_AND_INSTALL_OCCT_HEADER_FILES ("${CMAKE_BINARY_DIR}" "${BUILD_TOOLKITS}" "src" "${INSTALL_DIR_INCLUDE}")
# Create and install Standard_Version.hxx
CONFIGURE_AND_INSTALL_VERSION_HEADER()
string(TIMESTAMP CURRENT_TIME "%H:%M:%S")
message (STATUS "Info: \(${CURRENT_TIME}\) End the collecting")