mirror of https://github.com/CGAL/cgal
Removed pending 'Skipping' messages
This commit is contained in:
parent
a3e70b5fa3
commit
7fe5413fe3
|
|
@ -11,8 +11,6 @@ foreach( entry ${list} )
|
|||
if ( EXISTS ${entry}/CMakeLists.txt )
|
||||
message( STATUS "Configuring ${entry} demo" )
|
||||
add_subdirectory( ${entry} )
|
||||
else()
|
||||
message( STATUS "Skipping ${entry} demo" )
|
||||
endif()
|
||||
|
||||
endif()
|
||||
|
|
|
|||
|
|
@ -11,8 +11,6 @@ foreach( entry ${list} )
|
|||
if ( EXISTS ${entry}/CMakeLists.txt )
|
||||
message( STATUS "Configuring ${entry} example" )
|
||||
add_subdirectory( ${entry} )
|
||||
else()
|
||||
message( STATUS "Skipping ${entry} example" )
|
||||
endif()
|
||||
|
||||
endif()
|
||||
|
|
|
|||
Loading…
Reference in New Issue