From 8f0888f7fc7bd8499c68cebaae04f878a02dd5e8 Mon Sep 17 00:00:00 2001 From: Kim Kulling Date: Mon, 28 Sep 2020 20:03:51 +0200 Subject: [PATCH] diable hunter fr pugi. --- CMakeLists.txt | 4 ++-- contrib/CMakeLists.txt | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 833af0830..779424903 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -579,9 +579,9 @@ ELSE () ADD_DEFINITIONS( -DASSIMP_BUILD_NO_C4D_IMPORTER ) ENDIF () -IF(NOT ASSIMP_HUNTER_ENABLED) +#IF(NOT ASSIMP_HUNTER_ENABLED) ADD_SUBDIRECTORY(contrib) -ENDIF() +#ENDIF() ADD_SUBDIRECTORY( code/ ) IF ( ASSIMP_BUILD_ASSIMP_TOOLS ) diff --git a/contrib/CMakeLists.txt b/contrib/CMakeLists.txt index 2824930a1..43807d81a 100644 --- a/contrib/CMakeLists.txt +++ b/contrib/CMakeLists.txt @@ -1,2 +1 @@ -# Compile internal irrXML only if system is not requested add_subdirectory( pugixml-1.9 )