From ad5826833ba66623a1980a0b52fc76c6320a6575 Mon Sep 17 00:00:00 2001 From: Joseph Macaranas <145489236+amd-jmacaran@users.noreply.github.com> Date: Tue, 29 Apr 2025 22:20:00 -0400 Subject: [PATCH] [PR] [hipSPARSELt] Test monorepo --- hipSPARSELt/cmake/virtualenv.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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()