mirror of https://github.com/CGAL/cgal
Add "NOTICE:" to please the regex for missing dependencies
Trivial fix for master
This commit is contained in:
parent
a8cce7d616
commit
07edbca4cd
|
|
@ -32,13 +32,13 @@ if ( CGAL_FOUND )
|
|||
|
||||
else()
|
||||
|
||||
message(STATUS "This program requires the Eigen3 library, and will not be compiled.")
|
||||
message(STATUS "NOTICE: This program requires the Eigen3 library, and will not be compiled.")
|
||||
|
||||
endif()
|
||||
|
||||
else()
|
||||
|
||||
message(STATUS "This program requires the CGAL library, and will not be compiled.")
|
||||
message(STATUS "NOTICE: This program requires the CGAL library, and will not be compiled.")
|
||||
|
||||
endif()
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue