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