diff options
author | wsnipex <wsnipex@a1.net> | 2018-07-22 12:34:38 +0200 |
---|---|---|
committer | wsnipex <wsnipex@a1.net> | 2018-07-23 10:51:15 +0200 |
commit | 682a009763256f25e8bc6ddcb714b2a5017d382d (patch) | |
tree | d2961f404751544dc76ab50ffe67fd5a86abb8fd /CMakeLists.txt | |
parent | 56383d5b2c7d1d87e6ff876954214f22e73a2365 (diff) |
[cmake] fix building with internal fmt
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 5a4f029a20..229d02ee9f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -288,7 +288,7 @@ endif() # main library (used for main binary and tests) add_library(lib${APP_NAME_LC} STATIC $<TARGET_OBJECTS:compileinfo>) -add_dependencies(lib${APP_NAME_LC} libcpluff ffmpeg dvdnav crossguid ${PLATFORM_GLOBAL_TARGET_DEPS}) +add_dependencies(lib${APP_NAME_LC} libcpluff ffmpeg dvdnav crossguid fmt ${PLATFORM_GLOBAL_TARGET_DEPS}) set_target_properties(lib${APP_NAME_LC} PROPERTIES PREFIX "") # Other files (IDE) |