7091be1891
Summary: CMake is smart enough to transitively detect dependencies and link them appropriately. Therefore, it is enough that we put all libraries that memgraph uses to the dependency list of memgraph_lib and memgraph_pic targets. Patch the fmt library for C++14 and higher fmt library would detect that C++11 is supported and then put the compiler flag. This flag was set so it overrides parent project compiler flags. This override from fmt would prevent us from using C++14 features. New version (3.1) of fmt resolves this issue, but it hasn't been released yet. Therefore, this commit updates the script which clones fmt to use the released 3.0.1 version and apply the fix on that. Reviewers: dgleich, buda Reviewed By: buda Subscribers: pullbot Differential Revision: https://phabricator.memgraph.io/D441 |
||
---|---|---|
.. | ||
__main.cpp | ||
.gitignore | ||
cleanup.sh | ||
CMakeLists.txt | ||
setup.sh |