Browse Source

MeshTools: don't link the test lib to a different version of itself.

pull/233/head
Vladimír Vondruš 8 years ago
parent
commit
3e23568202
  1. 2
      src/Magnum/MeshTools/CMakeLists.txt

2
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

Loading…
Cancel
Save