From eee6269cd15b717a6ba6389636e463f03f0c1549 Mon Sep 17 00:00:00 2001 From: Kim Kulling Date: Wed, 29 Jun 2022 11:15:29 +0200 Subject: [PATCH] Diable build for tools per default - closes https://github.com/assimp/assimp/issues/4593 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2aa66421c..a4f711528 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -90,7 +90,7 @@ OPTION( ASSIMP_BUILD_ZLIB ) OPTION( ASSIMP_BUILD_ASSIMP_TOOLS "If the supplementary tools for Assimp are built in addition to the library." - ON + OFF ) OPTION ( ASSIMP_BUILD_SAMPLES "If the official samples are built as well (needs Glut)."