diff --git a/CMakeLists.txt b/CMakeLists.txt index 9fefc123..3446e3d6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -179,7 +179,7 @@ else() endif() if(DEV_BUILD) - add_definitions(-DEV_BUILD) + add_definitions(-DDEV_BUILD) endif() ##