Skip to content

Commit

Permalink
add /gfortran back to exclusion
Browse files Browse the repository at this point in the history
  • Loading branch information
JorisGoosen committed Sep 4, 2023
1 parent 50557b6 commit ec8b6de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tools/CMake/Install.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ set(FILES_EXCLUDE_PATTERN
".*(\\.bib|\\.Rnw|\\.cpp|\\.c|\\.pdf|\\.html|\\.f|\\.dSYM|\\.log|\\.bak|\\.deb|\\.DS_Store|\\.Rhistory)$"
)
set(FOLDERS_EXCLUDE_PATTERN
".*(/doc|/examples|/man|/html|/demo|/i386|/bib|/BH|/announce|/test|/tinytest|/tests)$"
".*(/doc|/examples|/man|/html|/demo|/i386|/bib|/gfortran|/BH|/announce|/test|/tinytest|/tests)$"
)

# See here, http://cmake.org/cmake/help/v3.22/variable/CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT.html
Expand Down

0 comments on commit ec8b6de

Please sign in to comment.