We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32c2894 commit c879dffCopy full SHA for c879dff
1 file changed
src/CMakeLists.txt
@@ -90,7 +90,7 @@ get_filename_component(MGCLIENT_LIB_PATH "${MGCLIENT_PREFIX}/${MG_INSTALL_LIB_DI
90
ExternalProject_Add(mgclient-proj
91
PREFIX ${MGCLIENT_PREFIX}
92
GIT_REPOSITORY https://github.com/memgraph/mgclient.git
93
- GIT_TAG v1.5.0
+ GIT_TAG v1.6.0
94
CMAKE_ARGS "-DCMAKE_INSTALL_PREFIX=<INSTALL_DIR>"
95
"-DCMAKE_CXX_COMPILER=${CMAKE_CXX_COMPILER}"
96
"-DCMAKE_C_COMPILER=${CMAKE_C_COMPILER}"
0 commit comments