aboutsummaryrefslogtreecommitdiffstats
path: root/ll-database-binding/conf.d/cmake/config.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'll-database-binding/conf.d/cmake/config.cmake')
-rw-r--r--ll-database-binding/conf.d/cmake/config.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/ll-database-binding/conf.d/cmake/config.cmake b/ll-database-binding/conf.d/cmake/config.cmake
index 2005ddb..37f7e76 100644
--- a/ll-database-binding/conf.d/cmake/config.cmake
+++ b/ll-database-binding/conf.d/cmake/config.cmake
@@ -26,7 +26,7 @@ set(PROJECT_URL "")
set(PROJECT_ICON "icon.png")
set(PROJECT_AUTHOR "Collignon, Loïc")
set(PROJECT_AUTHOR_MAIL "loic.collignon@iot.bzh")
-set(PROJECT_LICENSE "APL2.0")
+set(PROJECT_LICENSE "MIT")
set(PROJECT_LANGUAGES,"C")
# Where are stored default templates files from submodule or subtree app-templates in your project tree
@@ -127,7 +127,7 @@ set(LD_LIBRARY_PATH ${CMAKE_INSTALL_PREFIX}/lib64 ${CMAKE_INSTALL_PREFIX}/lib)
# Optional location for config.xml.in
# -----------------------------------
#set(WIDGET_ICON conf.d/wgt/${PROJECT_ICON} CACHE PATH "Path to the widget icon")
-#set(WIDGET_CONFIG_TEMPLATE ${CMAKE_CURRENT_SOURCE_DIR}/conf.d/wgt/config.xml.in CACHE PATH "Path to widget config file template (config.xml.in)")
+set(WIDGET_CONFIG_TEMPLATE ${CMAKE_CURRENT_SOURCE_DIR}/conf.d/wgt/config.xml.in CACHE PATH "Path to widget config file template (config.xml.in)")
# Mandatory widget Mimetype specification of the main unit
# --------------------------------------------------------------------------