diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 61c7a059b..0528e4ca5 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -219,9 +219,7 @@ if(BUILD_TESTS) add_library(MagnumMathTestLib SHARED $) set_target_properties(MagnumMathTestLib PROPERTIES COMPILE_FLAGS -DCORRADE_GRACEFUL_ASSERT) - if(WIN32) - target_link_libraries(MagnumMathTestLib ${CORRADE_UTILITY_LIBRARY}) - endif() + target_link_libraries(MagnumMathTestLib ${CORRADE_UTILITY_LIBRARY}) add_library(MagnumTestLib SHARED $