From 224da96899120f1f1e36aaf478291bf249c8118e Mon Sep 17 00:00:00 2001
From: Andreas Traczyk <andreas.traczyk@savoirfairelinux.com>
Date: Tue, 29 Jun 2021 21:27:38 -0400
Subject: [PATCH] cmake: rename windows static library output to jami

Windows fixup post https://review.jami.net/c/jami-client-qt/+/18383

Change-Id: Id3b4b11ad49f09bfc0be22155145080b661aceeb
---
 CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index db240e2915..8cbf8d7564 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -101,7 +101,7 @@ if(MSVC)
    ################################################################################
    if("${CMAKE_VS_PLATFORM_NAME}" STREQUAL "x64")
        set_target_properties(${PROJECT_NAME} PROPERTIES
-           TARGET_NAME_RELEASELIB_WIN32 "dring"
+           TARGET_NAME_RELEASELIB_WIN32 "jami"
        )
    endif()
    ################################################################################
-- 
GitLab