Change packaging dependency logic
[apps/app-templates.git] / reference / etc / config.cmake
index c35e2fd..596cfbb 100644 (file)
@@ -27,6 +27,7 @@ set(PROJECT_ICON "icon.png")
 set(PROJECT_AUTHOR "Last Name, First Name")
 set(PROJECT_AUTHOR_MAIL "example.man@bigouden.bzh")
 set(PROJECT_LICENCE "APL2.0")
+set(PROJECT_LANGUAGES,"C")
 
 # Where are stored config.xml.in and icon.png.in files. Template available at :
 # https://gerrit.automotivelinux.org/gerrit/#/admin/projects/apps/app-templates
@@ -43,10 +44,9 @@ set(PROJECT_LICENCE "APL2.0")
 # ----------------------------------
 set(CMAKE_BUILD_TYPE "DEBUG")
 
-# Compiler selection if needed. Overload the detected compiler.
+# Compiler selection if needed. Impose a minimal version.
 # -----------------------------------------------
-#set(CMAKE_C_COMPILER "gcc")
-#set(CMAKE_CXX_COMPILER "g++")
+set (gcc_minimal_version 4.9) 
 
 # PKG_CONFIG required packages
 # -----------------------------