Skip to content

Commit 4288205

Browse files
committed
Added what looks like a hack to fix the build
1 parent 0d86a09 commit 4288205

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CMakeLists.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,10 @@ set(SUBMODULE_CHECK OFF)
3939

4040
file(GLOB SOURCE_FILES src/*.cpp src/groups/*.cpp src/multi_encrypt/*.cpp)
4141

42-
add_subdirectory(libsession-util)
42+
# 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)
4344

45+
add_subdirectory(libsession-util)
4446

4547
if(MSVC)
4648
# Windows is horrible

0 commit comments

Comments
 (0)