From 06a63e4e25ca569e922e9393a7f7b548eafaef9f Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Fri, 5 Jan 2018 18:02:27 +0100 Subject: Use LFSH named, rename data to var Change-Id: I63ad812fc69c0ac38db0b16af405614fa68f6d54 Signed-off-by: Romain Forlot --- samples.d/config.cmake.sample | 3 --- 1 file changed, 3 deletions(-) (limited to 'samples.d/config.cmake.sample') diff --git a/samples.d/config.cmake.sample b/samples.d/config.cmake.sample index 1b6302e..3a7ef8f 100644 --- a/samples.d/config.cmake.sample +++ b/samples.d/config.cmake.sample @@ -36,9 +36,6 @@ set(PROJECT_APP_TEMPLATES_DIR "conf.d/app-templates") # but used and must be built and linked. # set(PROJECT_LIBDIR "libs") -# Where are stored data for your application. Pictures, static resources must be placed in that folder. -# set(PROJECT_RESOURCES "data") - # Which directories inspect to find CMakeLists.txt target files # set(PROJECT_SRC_DIR_PATTERN "*") -- cgit 1.2.3-korg