From fa4844e168b0f33dd8e85fd02ae57cd836939747 Mon Sep 17 00:00:00 2001 From: peterbell10 Date: Mon, 22 Jan 2018 09:39:41 +0000 Subject: CMake: Fix test builds on MSVC (#4131) * Add test dependency missing for MSVC builds. * Appveyor builds tests and tools --- tests/OSSupport/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'tests') diff --git a/tests/OSSupport/CMakeLists.txt b/tests/OSSupport/CMakeLists.txt index 938538f14..60c68c472 100644 --- a/tests/OSSupport/CMakeLists.txt +++ b/tests/OSSupport/CMakeLists.txt @@ -23,6 +23,7 @@ if (WIN32) ${OSSupport_SRCS} ${OSSupport_HDRS} ) + target_link_libraries(OSSupport PUBLIC fmt::fmt) endif() # Define individual tests: -- cgit v1.2.3