Skip to content

Commit

Permalink
Disable viewer by default
Browse files Browse the repository at this point in the history
  • Loading branch information
darbyjohnston committed Oct 30, 2024
1 parent 6d29c7d commit 240f599
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 240f599

Please sign in to comment.