From 3e23568202fc0d23b380b355363532a0fea70bcd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Tue, 17 Apr 2018 10:15:21 +0200 Subject: [PATCH] MeshTools: don't link the test lib to a different version of itself. --- src/Magnum/MeshTools/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Magnum/MeshTools/CMakeLists.txt b/src/Magnum/MeshTools/CMakeLists.txt index 6c1e689e4..974f894c2 100644 --- a/src/Magnum/MeshTools/CMakeLists.txt +++ b/src/Magnum/MeshTools/CMakeLists.txt @@ -102,7 +102,7 @@ if(BUILD_TESTS) endif() target_link_libraries(MagnumMeshToolsTestLib PUBLIC Magnum - MagnumMeshTools) + MagnumTrade) # 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