From 240f599f6cf952feb7d0c5f9c00a686c98958709 Mon Sep 17 00:00:00 2001 From: Darby Johnston Date: Wed, 30 Oct 2024 15:42:18 -0700 Subject: [PATCH] Disable viewer by default --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8fd10b6..3d10bd5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ project( HOMEPAGE_URL "https://github.com/darbyjohnston/toucan" LANGUAGES CXX C) -set(toucan_VIEW ON CACHE BOOL "Build viewer application") +set(toucan_VIEW OFF CACHE BOOL "Build viewer application") set(toucan_EDIT OFF CACHE BOOL "Build editor application") list(PREPEND CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/cmake)