From 62e6e67e31fd149dba6b1be782fe1e3a84b4d8c6 Mon Sep 17 00:00:00 2001 From: Wenkai Du <43822138+wenkaidu@users.noreply.github.com> Date: Thu, 25 Jul 2019 15:25:02 -0700 Subject: [PATCH] Remove extra "." from version string (#104) [ROCm/rccl commit: 1fee6f9d50684673e3d663b499289df1fca1a30c] --- projects/rccl/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/rccl/CMakeLists.txt b/projects/rccl/CMakeLists.txt index c22a4cb6c6..f70d071914 100644 --- a/projects/rccl/CMakeLists.txt +++ b/projects/rccl/CMakeLists.txt @@ -55,7 +55,7 @@ else() endif() # Setup VERSION -set(VERSION_STRING "2.6.0.") +set(VERSION_STRING "2.6.0") rocm_setup_version(VERSION ${VERSION_STRING}) list(APPEND CMAKE_PREFIX_PATH