Skip to content
Snippets Groups Projects
Commit 3e2ca28c authored by Grégoire Kubler's avatar Grégoire Kubler
Browse files

chore : removed debug print

parent 89c0a769
No related branches found
No related tags found
2 merge requests!212Version 0.3.0,!116feat/release_pip
...@@ -139,7 +139,6 @@ endif() ...@@ -139,7 +139,6 @@ endif()
############################################## ##############################################
# Installation instructions # Installation instructions
message("$ENV{AIDGE_INSTALL}")
if(NOT $ENV{AIDGE_INSTALL} STREQUAL "") if(NOT $ENV{AIDGE_INSTALL} STREQUAL "")
set(CMAKE_INSTALL_PREFIX $ENV{AIDGE_INSTALL}) set(CMAKE_INSTALL_PREFIX $ENV{AIDGE_INSTALL})
message(WARNING "CMAKE_INSTALL_PREFIX set to env variable AIDGE_INSTALL by default = ${CMAKE_INSTALL_PREFIX}") message(WARNING "CMAKE_INSTALL_PREFIX set to env variable AIDGE_INSTALL by default = ${CMAKE_INSTALL_PREFIX}")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment