diff --git a/manifoldDeps.cmake b/manifoldDeps.cmake index d36e8725a..0d902cb75 100644 --- a/manifoldDeps.cmake +++ b/manifoldDeps.cmake @@ -47,7 +47,7 @@ if(NOT glm_FOUND) set(GLM_BUILD_INSTALL "ON" CACHE STRING "") FetchContent_Declare(glm GIT_REPOSITORY https://github.com/g-truc/glm.git - GIT_TAG b06b775c1c80af51a1183c0e167f9de3b2351a79 + GIT_TAG 1.0.1 GIT_PROGRESS TRUE ) FetchContent_MakeAvailable(glm) diff --git a/src/manifold/src/smoothing.cpp b/src/manifold/src/smoothing.cpp index 294f2cdf5..fba330f74 100644 --- a/src/manifold/src/smoothing.cpp +++ b/src/manifold/src/smoothing.cpp @@ -12,6 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. +#define GLM_ENABLE_EXPERIMENTAL #include #include "impl.h"