diff options
-rw-r--r-- | src/CsgInfo.h | 1 | ||||
-rw-r--r-- | tests/CTestCustom.template | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/src/CsgInfo.h b/src/CsgInfo.h index b6dac60..0413bec 100644 --- a/src/CsgInfo.h +++ b/src/CsgInfo.h @@ -8,6 +8,7 @@ #include "CSGTermEvaluator.h" #include "csgtermnormalizer.h" #include "rendersettings.h" +#include "printutils.h" class CsgInfo { diff --git a/tests/CTestCustom.template b/tests/CTestCustom.template index 21ba1f3..fd6ba8b 100644 --- a/tests/CTestCustom.template +++ b/tests/CTestCustom.template @@ -19,7 +19,8 @@ set(debug_openscad_template 0) if( __cmake_system_name__ MATCHES "Linux|BSD") set(DISPLAY_ENV $ENV{DISPLAY}) if(DISPLAY_ENV) - message("X11 DISPLAY environment variable found. Assuming framebuffer exists at DISPLAY=${DISPLAY_ENV}") + message("X11 DISPLAY environment variable found.") + message("Assuming framebuffer exists at DISPLAY=${DISPLAY_ENV}") else() message("X11 DISPLAY environment variable not found. Calling virtualfb.sh") execute_process( |