summary refs log tree commit diff
diff options
context:
space:
mode:
authorJoseph Donofry <joedonofry@gmail.com>2021-03-27 19:25:00 -0400
committerJoseph Donofry <joedonofry@gmail.com>2021-03-27 19:25:00 -0400
commit27d6c0fb925780b4f47c2d08ce6819bbe535ab2f (patch)
tree2ae9d0ad73e89af1d44417533e6b64571fc27beb
parentFix emoji picker appearing in wrong locations (diff)
downloadnheko-27d6c0fb925780b4f47c2d08ce6819bbe535ab2f.tar.xz
Add new mtxclient
-rw-r--r--CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index e0d9b5a6..e4f87af9 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -211,7 +211,7 @@ set(SPDLOG_DEBUG_ON false)
 
 # Windows doesn't handle CMAKE_BUILD_TYPE.
 if(NOT WIN32)
-	if(${CMAKE_BUILD_TYPE} STREQUAL "Debug")
+	if(CMAKE_BUILD_TYPE STREQUAL "Debug")
 		set(SPDLOG_DEBUG_ON true)
 	else()
 		set(SPDLOG_DEBUG_ON false)
@@ -361,7 +361,7 @@ if(USE_BUNDLED_MTXCLIENT)
 	FetchContent_Declare(
 		MatrixClient
 		GIT_REPOSITORY https://github.com/Nheko-Reborn/mtxclient.git
-		GIT_TAG        7194b4f058406b1c10d3741d83abcf2d8963d849
+		GIT_TAG        808605299937203696a572c585a51509b1de28cf
 		)
 	set(BUILD_LIB_EXAMPLES OFF CACHE INTERNAL "")
 	set(BUILD_LIB_TESTS OFF CACHE INTERNAL "")