From 0a6bdcdc8a3924407e0cde89ea5057ba3678b602 Mon Sep 17 00:00:00 2001 From: Joseph Walton-Rivers <joseph@walton-rivers.uk> Date: Sun, 20 Nov 2022 18:07:35 +0000 Subject: [PATCH] disable packing tool, as it is non-functional --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2c45c07..6e01950 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -70,7 +70,7 @@ add_subdirectory( integrations/bullet ) add_subdirectory( integrations/lua ) # Tools -add_subdirectory( tools/pack ) +# add_subdirectory( tools/pack ) # Demo project if (FGGL_EXAMPLES) -- GitLab