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 )
|
if ( EXISTS ${entry}/CMakeLists.txt )
|
||||||
message( STATUS "Configuring ${entry} demo" )
|
message( STATUS "Configuring ${entry} demo" )
|
||||||
add_subdirectory( ${entry} )
|
add_subdirectory( ${entry} )
|
||||||
else()
|
|
||||||
message( STATUS "Skipping ${entry} demo" )
|
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
endif()
|
endif()
|
||||||
|
|
|
||||||
|
|
@ -11,8 +11,6 @@ foreach( entry ${list} )
|
||||||
if ( EXISTS ${entry}/CMakeLists.txt )
|
if ( EXISTS ${entry}/CMakeLists.txt )
|
||||||
message( STATUS "Configuring ${entry} example" )
|
message( STATUS "Configuring ${entry} example" )
|
||||||
add_subdirectory( ${entry} )
|
add_subdirectory( ${entry} )
|
||||||
else()
|
|
||||||
message( STATUS "Skipping ${entry} example" )
|
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
endif()
|
endif()
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue