Skip to content
Snippets Groups Projects
Commit c8c3a799 authored by Konstantinos Sideris's avatar Konstantinos Sideris
Browse files

Fix copy-pasta when setting up spdlog

parent 4f526eca
No related branches found
No related tags found
No related merge requests found
......@@ -119,7 +119,7 @@ set(MTXCLIENT_LIBS ${MTXCLIENT_LIBS} ${MATRIX_STRUCTS_LIBRARY})
#
if(NOT SPDLOG_INCLUDE_DIR)
include(SpdLog)
set(EXTERNAL_PROJECT_DEPS ${EXTERNAL_PROJECT_DEPS} SpdLog)
set(MTXCLIENT_DEPS ${MTXCLIENT_DEPS} SpdLog)
endif()
include_directories(SYSTEM ${SPDLOG_INCLUDE_DIR})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment