mirror of https://github.com/CGAL/cgal
don't recurse
This commit is contained in:
parent
891fd47365
commit
0cddd1abf5
|
|
@ -9,7 +9,7 @@ find_package(CGAL REQUIRED)
|
|||
|
||||
# create a target per cppfile
|
||||
file(
|
||||
GLOB_RECURSE cppfiles
|
||||
GLOB cppfiles
|
||||
RELATIVE ${CMAKE_CURRENT_SOURCE_DIR}
|
||||
*.cpp)
|
||||
foreach(cppfile ${cppfiles})
|
||||
|
|
|
|||
Loading…
Reference in New Issue