Add "NOTICE:" to please the regex for missing dependencies

Trivial fix for master
This commit is contained in:
Laurent Rineau 2014-07-01 11:28:00 +02:00
parent a8cce7d616
commit 07edbca4cd
1 changed files with 2 additions and 2 deletions

View File

@ -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()