Skip to content
Snippets Groups Projects
Commit 8d8235fd authored by Thomas Purcell's avatar Thomas Purcell
Browse files

Update trannsfer doc strings to not remove config.hpp files

initial build does not have them
parent 7853360d
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,6 @@ function(transfer_doc_string PYTHON_BINDING_FILE PYTHON_BINDING_FILE_OUT) ...@@ -4,7 +4,6 @@ function(transfer_doc_string PYTHON_BINDING_FILE PYTHON_BINDING_FILE_OUT)
string(REGEX MATCHALL "DocString_[A-Za-z0-9_]+" DOCSTRING_KEYS ${BINDINGS}) string(REGEX MATCHALL "DocString_[A-Za-z0-9_]+" DOCSTRING_KEYS ${BINDINGS})
file(GLOB_RECURSE HEADER_FILES *.hpp) file(GLOB_RECURSE HEADER_FILES *.hpp)
file(GLOB_RECURSE NOT_HEADER_FILES *config.hpp)
foreach(HEADER_FILE ${HEADER_FILES}) foreach(HEADER_FILE ${HEADER_FILES})
# To find the line with the flag # To find the line with the flag
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment