Update Cmake for zDEV;
This commit is contained in:
parent
5e68580fa6
commit
15a12acfd3
|
|
@ -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 ()
|
||||
|
|
|
|||
Loading…
Reference in New Issue