From cc226c6d8fbb7a80cc06c7e7f3c97a7f3e203ea1 Mon Sep 17 00:00:00 2001 From: Brett Laptop Date: Thu, 26 Oct 2023 16:30:01 -0400 Subject: [PATCH] disable NBT --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0169343..247d9c1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,6 +9,7 @@ set(CMAKE_CXX_STANDARD 20) option(BUILD_PARSE OFF) option(BUILD_PROFILING OFF) +option(BUILD_NBT OFF) add_subdirectory(libraries/BLT) include_directories(include/)