AvtechScientific / ASL

Advanced Simulation Library - hardware accelerated multiphysics simulation platform.
http://asl.org.il
GNU Affero General Public License v3.0
221 stars 55 forks source link

some tests failed linking #1

Closed pkestene closed 9 years ago

pkestene commented 9 years ago

I just wanted to mention that two tests failed linking:

  1. test/testACL/testMatrixOfElements This can be fixed by placing asl after aslmath in target_link_libraries
  2. test/testAGL/testVTK_IO can be fixed by placing asl after aslvtk

Thanks for sharing this library !