mirror of https://github.com/CGAL/cgal
Fix the parsing of dont_submit in branch build
This commit is contained in:
parent
ffcc93953f
commit
390c1590a8
|
|
@ -482,7 +482,7 @@ function(process_CGAL_subdirectory entry subdir type_name)
|
|||
if(dont_submit_grep)
|
||||
set(ADD_SUBDIR FALSE)
|
||||
endif()
|
||||
file(STRINGS ${entry}/../../dont_submit dont_submit_grep REGEX "^${subdir}")
|
||||
file(STRINGS ${entry}/../../dont_submit dont_submit_grep REGEX "^${subdir}/?\$")
|
||||
if(dont_submit_grep)
|
||||
set(ADD_SUBDIR FALSE)
|
||||
endif()
|
||||
|
|
|
|||
Loading…
Reference in New Issue