Skip to content

Commit

Permalink
version for master branch release
Browse files Browse the repository at this point in the history
  • Loading branch information
amcamd committed Dec 19, 2018
1 parent ab8e114 commit 76ab780
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 @@ -177,7 +177,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 7e50085d9e310349152f686275d0ad98cc58b130 CACHE STRING "Tensile tag to download" )
set( tensile_tag v4.7.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 76ab780

Please sign in to comment.