Skip to content
Snippets Groups Projects
Commit 8392da4e authored by Administrator's avatar Administrator
Browse files

Exclude one more non root file

parent 812c1724
Branches master
No related tags found
No related merge requests found
......@@ -21,7 +21,7 @@ function getLibsFromIncludeStatements()
for file in "${include_list[@]}"; do
files2exclude=(TimesliceDescriptor.hpp TimesliceMetaData.h TMCProcess.h)
files2exclude=(TimesliceDescriptor.hpp TimesliceMetaData.h TMCProcess.h TVirtualMC.h)
exclude=false
for file1 in "${files2exclude[@]}"; do
if [[ "$file" == "$file1" ]]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment