From 15a12acfd3a473302de1c7c25345676c7de69dc4 Mon Sep 17 00:00:00 2001 From: lwvmobile Date: Thu, 15 Jun 2023 17:47:58 -0400 Subject: [PATCH] Update Cmake for zDEV; --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a3bddb8..7026c38 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -54,7 +54,7 @@ endif () #use cmake option -DZDEV to change designation of this build from MAIN to zDEV option(ZDEV - "change designation of this build from MAIN to zDEV" OFF) + "change designation of this build from MAIN to zDEV" ON) if (ZDEV) add_definitions(-DZDEV_BUILD) endif ()