Check version between app-templates and project.
[apps/app-templates.git] / samples.d / config.cmake.sample
index 2497ee2..5c2b440 100644 (file)
@@ -19,7 +19,6 @@
 # Project Info
 # ------------------
 set(PROJECT_NAME example)
-set(PROJECT_VERSION "0.0")
 set(PROJECT_PRETTY_NAME "Example")
 set(PROJECT_DESCRIPTION "AGL application example")
 set(PROJECT_URL "https://gerrit.automotivelinux.org/gerrit/apps/app-templates")
@@ -46,6 +45,7 @@ set(PROJECT_APP_TEMPLATES_DIR "conf.d/app-templates")
 # Compilation Mode (DEBUG, RELEASE)
 # ----------------------------------
 set(CMAKE_BUILD_TYPE "DEBUG")
+set(USE_EFENCE 1)
 
 # Kernel selection if needed. You can choose between a
 # mandatory version to impose a minimal version.