Update Cmake for zDEV;

This commit is contained in:
lwvmobile 2023-06-15 17:47:58 -04:00
parent 5e68580fa6
commit 15a12acfd3
1 changed files with 1 additions and 1 deletions

View File

@ -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 ()