File 001-manifold-deps-glm.patch of Package OpenSCAD
diff --git a/submodules/manifold/manifoldDeps.cmake b/submodules/manifold/manifoldDeps.cmake index 182145b..4f5bd33 100644 --- a/submodules/manifold/manifoldDeps.cmake +++ b/submodules/manifold/manifoldDeps.cmake @@ -43,7 +43,7 @@ FetchContent_Declare(glm GIT_PROGRESS TRUE FIND_PACKAGE_ARGS NAMES glm ) -FetchContent_MakeAvailable(glm) +find_package(glm) if(NOT glm_FOUND) message(STATUS "glm not found, downloading from source")