Skip to content

Commit

Permalink
correct Tensile tag
Browse files Browse the repository at this point in the history
  • Loading branch information
amcamd committed Apr 26, 2018
1 parent ac5f277 commit a873d88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ if( BUILD_WITH_TENSILE )
else()
# Use the virtual-env setup and download package from specified repot:
set( tensile_fork "ROCmSoftwarePlatform" CACHE STRING "Tensile fork to use" )
set( tensile_tag 4.1.0 CACHE STRING "Tensile tag to download" )
set( tensile_tag v4.1.0 CACHE STRING "Tensile tag to download" )
virtualenv_install("git+https://github.com/ROCmSoftwarePlatform/Tensile.git@${tensile_tag}")
message (STATUS "using GIT Tensile fork=${tensile_fork} from branch=${tensile_tag}")
endif()
Expand Down

0 comments on commit a873d88

Please sign in to comment.