1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-01 17:36:21 +03:00

Configuration - Checking for FILES content #424

Added checking for file in package or toolkit.
Removed not-existed files from the list
This commit is contained in:
Pasukhin Dmitry 2025-03-08 22:48:09 +00:00 committed by GitHub
parent efc388a211
commit 478afa4eea
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 3 additions and 7 deletions

View File

@ -290,6 +290,8 @@ function (EXTRACT_PACKAGE_FILES RELATIVE_PATH OCCT_PACKAGE RESULT_FILES RESULT_I
FIND_FOLDER_OR_FILE ("${RELATIVE_PATH}/${OCCT_PACKAGE}/${OCCT_FILE}" CUSTOM_FILE_PATH)
if (CUSTOM_FILE_PATH)
list (APPEND FILE_PATH_LIST "${CUSTOM_FILE_PATH}")
else()
message(WARNING "File ${OCCT_FILE} has not been found in ${CMAKE_SOURCE_DIR}/${RELATIVE_PATH}/${OCCT_PACKAGE}")
endif()
endforeach()

View File

@ -8,6 +8,5 @@ DE_Provider.hxx
DE_ShapeFixConfigurationNode.cxx
DE_ShapeFixConfigurationNode.hxx
DE_ShapeFixParameters.hxx
DE_ShapeFixParameters.cxx
DE_Wrapper.cxx
DE_Wrapper.hxx

View File

@ -1,5 +1,5 @@
exptocas.lex
expltocas.yacc
exptocas.yacc
lex.exptocas.cxx
exptocas.tab.hxx
exptocas.tab.cxx

View File

@ -1,9 +1,4 @@
TopClass.cxx
TopClass_Classifier2d.gxx
TopClass_Classifier2d.lxx
TopClass_Classifier3d.gxx
TopClass_Classifier3d.lxx
TopClass_FaceClassifier.gxx
TopClass_FaceClassifier.lxx
TopClass_SolidExplorer.cxx
TopClass_SolidExplorer.hxx