From 6a27ca07a3d71b997223d8299f52dcbb11e8f166 Mon Sep 17 00:00:00 2001
From: Aline Gondim Santos <aline.gondimsantos@savoirfairelinux.com>
Date: Fri, 13 Jan 2023 08:49:13 -0300
Subject: [PATCH] windows: fix build

Change-Id: Ic42d861235b21cf8ba94ead88dd7b0ae4ea8daa4
---
 CMakeLists.txt           | 2 +-
 compat/msvc/package.json | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 94060c8af6..152718c171 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,6 +1,6 @@
 cmake_minimum_required(VERSION 3.16)
 
-project(jami-daemon CXX)
+project(jami-daemon C CXX)
 set(PACKAGE_NAME "Jami Daemon")
 
 ################################################################################
diff --git a/compat/msvc/package.json b/compat/msvc/package.json
index d4c4193a22..2f7bc1fd26 100644
--- a/compat/msvc/package.json
+++ b/compat/msvc/package.json
@@ -16,5 +16,5 @@
         "libgit2"
     ],
     "configuration": "ReleaseLib_win32",
-    "project_paths": ["ring-daemon.vcxproj"]
+    "project_paths": ["jami-daemon.vcxproj"]
 }
-- 
GitLab