From 305b4d0ac08c9ce609a2ab9e615777a87bd38a33 Mon Sep 17 00:00:00 2001 From: WerWolv Date: Fri, 19 Feb 2021 17:37:02 +0100 Subject: [PATCH] build: Don't build and include example plugin by default --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 66967fe6f..2e24980b4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -10,8 +10,8 @@ setDefaultBuiltTypeIfUnset() # List plugin names here. Project name must match folder name set(PLUGINS - example builtin + # example ) # List extra magic databases to compile here