ssandrews / Smoldyn

Smoldyn is a particle-based biochemical simulator for modeling molecular diffusion, surface interactions, and chemical reactions
GNU General Public License v3.0
24 stars 13 forks source link

fix (ci): GLUT linking issue on OSX #117

Closed dilawar closed 2 years ago

dilawar commented 2 years ago

If freeglut is installed on OSX (using brew), cmake no longer finds glut shipped with xcode. That broke the OSX builds and also caused graphics to fail post #116

This PR fixes it.