From 03d39bc189753feaeda2a670fbf8bf7d426c2d79 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ante=20Pu=C5=A1i=C4=87?= <ante.pusic@memgraph.io>
Date: Sat, 10 Feb 2024 11:42:19 +0100
Subject: [PATCH] Fix mgcxx branch

---
 libs/CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libs/CMakeLists.txt b/libs/CMakeLists.txt
index 5cd2261d5..7e7349592 100644
--- a/libs/CMakeLists.txt
+++ b/libs/CMakeLists.txt
@@ -304,7 +304,7 @@ endif()
 ExternalProject_Add(mgcxx-proj
   PREFIX         mgcxx-proj
   GIT_REPOSITORY https://github.com/memgraph/mgcxx
-  GIT_TAG        "origin/optional-dep"
+  GIT_TAG        "origin"
   CMAKE_ARGS
     "-DCMAKE_INSTALL_PREFIX=<INSTALL_DIR>"
     "-DCMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE}"