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

fix the transfer doc strings cmake

parent 2a18d943
Branches
No related tags found
No related merge requests found
...@@ -5,7 +5,6 @@ function(transfer_doc_string PYTHON_BINDING_FILE PYTHON_BINDING_FILE_OUT) ...@@ -5,7 +5,6 @@ function(transfer_doc_string PYTHON_BINDING_FILE PYTHON_BINDING_FILE_OUT)
file(GLOB_RECURSE HEADER_FILES *.hpp) file(GLOB_RECURSE HEADER_FILES *.hpp)
file(GLOB_RECURSE NOT_HEADER_FILES *config.hpp) file(GLOB_RECURSE NOT_HEADER_FILES *config.hpp)
list(REMOVE_ITEM HEADER_FILES ${NOT_HEADER_FILES})
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