Former-commit-id: 4a1e6d140673e4a3f4547f74c4a5cec8f4a1477a
@@ -81,7 +81,9 @@ if ( CGAL_DIR )
endif()
-if( NOT CGAL_FOUND)
+if(CGAL_FOUND)
+ MESSAGE(STATUS "Found CGAL: ${CGAL_DIR}")
+else()
if(CGAL_FIND_REQUIRED)
MESSAGE(FATAL_ERROR ${CGAL_DIR_MESSAGE})
else()