arrayfire / forge

High Performance Visualization
222 stars 48 forks source link

Remove experimental glm/transform header #180

Closed 9prady9 closed 6 years ago

9prady9 commented 6 years ago

What kind of change does this PR introduce? (Bug fix, feature, documentation update, new examples etc.) Buf fix

What is the current behavior? (You can also link to an open issue here) Starting with glm-0.9.9, experimental headers can only be included if GLM_ENABLE_EXPERIMENTAL is defined before the inclusion of the header. Thus causing builds to fail if 0.9.9 version is used.

What is the new behavior (if this is a feature change)? No change in behavior, just fixes a build issue.