From 917ce12d07fdcef9735fc0f817420ec5a1011722 Mon Sep 17 00:00:00 2001 From: 0scar Date: Thu, 8 Feb 2024 10:49:04 +0100 Subject: Assume assimp is precompiled and installed on-system --- CMakeLists.txt | 5 ----- 1 file changed, 5 deletions(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 899d39d..44de303 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -98,12 +98,7 @@ FetchContent_Declare(cglm GIT_REPOSITORY https://github.com/recp/cglm.git GIT_TAG v0.9.2 ) -FetchContent_Declare(assimp - GIT_REPOSITORY https://github.com/assimp/assimp.git - GIT_TAG v5.3.1 -) FetchContent_MakeAvailable(cglm) -FetchContent_MakeAvailable(assimp) ## Glad set(GLAD_HEADER ${CMAKE_BINARY_DIR}/include/glad/gl.h) -- cgit v1.3