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:
parent
efc388a211
commit
478afa4eea
@ -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()
|
||||
|
||||
|
@ -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
|
||||
|
@ -1,5 +1,5 @@
|
||||
exptocas.lex
|
||||
expltocas.yacc
|
||||
exptocas.yacc
|
||||
lex.exptocas.cxx
|
||||
exptocas.tab.hxx
|
||||
exptocas.tab.cxx
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user