Should be set, not message

This commit is contained in:
Clement Jamin 2015-10-16 11:11:31 +02:00 committed by Guillaume Damiand
parent 561b1f2a38
commit 221c9462db
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ else (CGAL_FOUND AND CGAL_Qt5_FOUND AND Qt5_FOUND AND OPENGL_FOUND AND QGLVIEWER
endif() endif()
if(NOT CGAL_Qt5_FOUND) if(NOT CGAL_Qt5_FOUND)
message(AABB_MISSING_DEPS "CGAL_Qt5, ${AABB_MISSING_DEPS}") set(AABB_MISSING_DEPS "CGAL_Qt5, ${AABB_MISSING_DEPS}")
endif() endif()
if(NOT Qt5_FOUND) if(NOT Qt5_FOUND)