sofa-framework / sofa

Real-time multi-physics simulation with an emphasis on medical simulation.
https://www.sofa-framework.org
GNU Lesser General Public License v2.1
934 stars 312 forks source link

Bug in external plugin to link with Sofa.GL and Glew #3079

Open epernod opened 2 years ago

epernod commented 2 years ago

Problem

Description Since Glew has been set to mandatory by PR: https://github.com/sofa-framework/sofa/pull/2358 some external plugin are not compiling anymore on the CI because Glew is not find.

Steps to reproduce Just check this link: https://github.com/sofa-framework/SofaHapticAvatar/runs/7087373200?check_suite_focus=true

Expected behavior Either something is missing in Sofa.Gl install step to package glew or should each pacakge linking to Sofa.Gl also find Glew ?

fredroy commented 2 years ago

Actually, this was fixed by https://github.com/sofa-framework/sofa/pull/3098