From 60772f478e99341a777ec5fcc9943fa4705302ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Sat, 20 Feb 2016 22:15:11 +0100 Subject: [PATCH] Use proper CMake variable for Corrade Utility library. --- src/Magnum/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Magnum/CMakeLists.txt b/src/Magnum/CMakeLists.txt index 762ca0941..936bad8ab 100644 --- a/src/Magnum/CMakeLists.txt +++ b/src/Magnum/CMakeLists.txt @@ -321,7 +321,7 @@ if(BUILD_TESTS) set_target_properties(MagnumMathTestLib PROPERTIES COMPILE_FLAGS "-DCORRADE_GRACEFUL_ASSERT" DEBUG_POSTFIX "-d") - target_link_libraries(MagnumMathTestLib ${CORRADE_UTILITY_LIBRARY}) + target_link_libraries(MagnumMathTestLib ${CORRADE_UTILITY_LIBRARIES}) # On Windows we need to install first and then run the tests to avoid "DLL # not found" hell, thus we need to install this too