mirror of
https://github.com/PCSX2/pcsx2.git
synced 2026-07-11 01:34:17 +02:00
Support build with system fmt (#3838)
Signed-off-by: Yuri Konotopov <ykonotopov@gnome.org>
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user