diff --git a/CMakeLists.txt b/CMakeLists.txt index 8e32e54934c18136cce676782b668d81548fcdb6..0e8c2979f0750ffccb22326ce923f8b1638099bd 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}")