From a1d0e098ae4c150fea9a6f1cd1e20ad24b045f5c Mon Sep 17 00:00:00 2001 From: Pascal Thomet Date: Fri, 2 Feb 2024 09:15:01 +0100 Subject: [PATCH] test --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index fb45287b..70444a56 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -397,6 +397,8 @@ if(HELLOIMGUI_INSTALL) DESTINATION lib/cmake/hello_imgui) endif() +message(FATAL_ERROR "This is a test from head") + #------------------------------------------------------------------------------ # Log info #------------------------------------------------------------------------------