Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions hipSPARSELt/cmake/virtualenv.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down Expand Up @@ -68,4 +68,4 @@ function(virtualenv_install)
message("StdOut: ${output_message}")
message(FATAL_ERROR "StdErr: ${error_message}" )
endif()
endfunction()
endfunction()
Loading