From 64acb571efa307b23ad19902875eb7e1719fac58 Mon Sep 17 00:00:00 2001 From: rh101 Date: Sun, 18 Jul 2021 16:16:39 +1000 Subject: [PATCH] Add configure_target_outdir(fmt) --- thirdparty/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/thirdparty/CMakeLists.txt b/thirdparty/CMakeLists.txt index 081b7a4ce1..995e248ee7 100644 --- a/thirdparty/CMakeLists.txt +++ b/thirdparty/CMakeLists.txt @@ -332,6 +332,7 @@ endif() add_subdirectory(fmt) target_link_libraries(thirdparty fmt-header-only) target_include_directories(thirdparty INTERFACE "fmt/include") +configure_target_outdir(fmt) # put "thirdparty" into thirdparty folder, too configure_target_outdir(thirdparty)