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

update cmake transfer docstrings

parent ba48de03
Branches
Tags
No related merge requests found
......@@ -4,8 +4,6 @@ function(transfer_doc_string PYTHON_BINDING_FILE PYTHON_BINDING_FILE_OUT)
string(REGEX MATCHALL "DocString_[A-Za-z0-9_]+" DOCSTRING_KEYS ${BINDINGS})
file(GLOB_RECURSE HEADER_FILES *.hpp)
file(GLOB_RECURSE NOT_HEADER_FILES *config.hpp)
list(REMOVE_ITEM HEADER_FILES ${NOT_HEADER_FILES})
foreach(HEADER_FILE ${HEADER_FILES})
# 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