diff --git a/CMakeLists.txt b/CMakeLists.txt index 9c90dec46..d40d76ef2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -149,6 +149,7 @@ else () endif () # Backwards compatibility if (HEADLESS) + message("*** WARNING: -DHEADLESS=1 option is DEPRECATED! Use -DBUNDLE=minimal or -DGUI=0") set(BUNDLE "minimal") endif ()