Support build with system fmt (#3838)

Signed-off-by: Yuri Konotopov <ykonotopov@gnome.org>
This commit is contained in:
Yuri Konotopov
2020-11-09 04:28:43 +04:00
committed by GitHub
parent 12c21de66c
commit 64010cf797
2 changed files with 12 additions and 5 deletions
-5
View File
@@ -41,11 +41,6 @@ if(NOT NO_TRANSLATION)
endif()
endif()
# 3rdpary Libraries
if(EXISTS "${CMAKE_SOURCE_DIR}/3rdparty/fmt/fmt")
add_subdirectory(3rdparty/fmt/fmt)
endif()
# make common
if(common_libs)
add_subdirectory(common/src/Utilities)