From 3e2ca28c2c01b0b37113b9c3e83a15be16280a3d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gr=C3=A9goire=20Kubler?= <gregoire.kubler@proton.me>
Date: Fri, 17 May 2024 12:31:55 +0200
Subject: [PATCH] chore : removed debug print

---
 CMakeLists.txt | 1 -
 1 file changed, 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 8e32e5493..0e8c2979f 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -139,7 +139,6 @@ endif()
 
 ##############################################
 # Installation instructions
-message("$ENV{AIDGE_INSTALL}")
 if(NOT $ENV{AIDGE_INSTALL} STREQUAL "")
     set(CMAKE_INSTALL_PREFIX $ENV{AIDGE_INSTALL})
     message(WARNING "CMAKE_INSTALL_PREFIX set to env variable AIDGE_INSTALL by default = ${CMAKE_INSTALL_PREFIX}")
-- 
GitLab