diff --git a/hipSPARSELt/cmake/virtualenv.cmake b/hipSPARSELt/cmake/virtualenv.cmake index c2bc30b5402..66af1b604a9 100644 --- a/hipSPARSELt/cmake/virtualenv.cmake +++ b/hipSPARSELt/cmake/virtualenv.cmake @@ -18,7 +18,7 @@ if("$ENV{Python_ROOT}" STREQUAL "" AND NOT Python_ROOT AND "$ENV{Python_ROOT_DIR set(Python_ROOT /usr) endif() else() - message(STATUS "PYENV_ROOT is set. set Python_ROOT to $ENV{PYENV_ROOT}.") + message(STATUS "PYENV_ROOT is set. set Python_ROOT to $ENV{PYENV_ROOT}!") set(Python_ROOT $ENV{PYENV_ROOT}) endif() endif() @@ -68,4 +68,4 @@ function(virtualenv_install) message("StdOut: ${output_message}") message(FATAL_ERROR "StdErr: ${error_message}" ) endif() -endfunction() \ No newline at end of file +endfunction()