replaced store binding with a database binding based on a berkeley db
[apps/agl-service-data-persistence.git] / ll-database-binding / conf.d / app-templates / samples.d / CMakeLists.txt.sample
@@ -1,7 +1,7 @@
 ###########################################################################
 # Copyright 2015, 2016, 2017 IoT.bzh
 #
-# author: Loïc Collignon <loic.collignon@iot.bzh>
+# author: Romain Forlot <romain.forlot@iot.bzh>
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
@@ -16,5 +16,6 @@
 # limitations under the License.
 ###########################################################################
 
-cmake_minimum_required(VERSION 3.3)
+CMAKE_MINIMUM_REQUIRED(VERSION 3.3)
+
 include(${CMAKE_CURRENT_SOURCE_DIR}/conf.d/cmake/config.cmake)