From 37c09ecb69f7d6acd8c0ddd089e5159450ac8ff7 Mon Sep 17 00:00:00 2001 From: Kim Kulling Date: Sat, 17 Oct 2020 10:58:06 +0200 Subject: [PATCH] Update CMakeLists.txt --- code/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/CMakeLists.txt b/code/CMakeLists.txt index 7d9b03ce1..5a4e2dafd 100644 --- a/code/CMakeLists.txt +++ b/code/CMakeLists.txt @@ -1014,7 +1014,7 @@ ENDIF() # Check dependencies for glTF importer with Open3DGC-compression. # RT-extensions is used in "contrib/Open3DGC/o3dgcTimer.h" for collecting statistics. Pointed file # has implementation for different platforms: WIN32, __MACH__ and other ("else" block). -FIND_PACKAGE(rt QUIET) +FIND_PACKAGE(RT QUIET) IF (NOT ASSIMP_HUNTER_ENABLED AND (RT_FOUND OR MSVC)) SET( ASSIMP_IMPORTER_GLTF_USE_OPEN3DGC 1 ) ADD_DEFINITIONS( -DASSIMP_IMPORTER_GLTF_USE_OPEN3DGC=1 )