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 0d86a09 commit 4288205Copy full SHA for 4288205
CMakeLists.txt
@@ -39,8 +39,10 @@ set(SUBMODULE_CHECK OFF)
39
40
file(GLOB SOURCE_FILES src/*.cpp src/groups/*.cpp src/multi_encrypt/*.cpp)
41
42
-add_subdirectory(libsession-util)
+# For some reason fmt isn't getting included correctly so we need to explicitly include it before we add 'libsession-util'
43
+add_subdirectory("${CMAKE_CURRENT_SOURCE_DIR}/libsession-util/external/oxen-libquic/external/oxen-logging/fmt" fmt_build EXCLUDE_FROM_ALL)
44
45
+add_subdirectory(libsession-util)
46
47
if(MSVC)
48
# Windows is horrible
0 commit comments