diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-06-12 12:35:56 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2018-10-15 18:22:47 +0200 |
commit | 37512d296c6015c3bd2badea60def5b3cdc50f2a (patch) | |
tree | dce04b4c534b0c0d58ea5e4f254c0dac32059d58 /cmake | |
parent | 6b5c7b7a60042c36e55b7dbe57b9aa8655ded27a (diff) |
Fix wrong path to submodule files.
Change-Id: Ic28656d1e662b639ea84d052dbf48876c7ed7737
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'cmake')
-rw-r--r-- | cmake/common.cmake | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cmake/common.cmake b/cmake/common.cmake index 223d484..6873a48 100644 --- a/cmake/common.cmake +++ b/cmake/common.cmake @@ -369,8 +369,6 @@ else() set(PROJECT_PKG_BUILD_DIR ${CMAKE_CURRENT_BINARY_DIR}/package CACHE PATH "Application contents to be packaged") endif() -set (PROJECT_APP_TEMPLATES_DIR "conf.d/templates" CACHE PATH "Default Templates directory") - set (PKG_TEMPLATE_PREFIX ${CMAKE_SOURCE_DIR}/${PROJECT_APP_TEMPLATES_DIR} CACHE PATH "Default Package Templates Directory") set(SSH_TEMPLATE_DIR "${PKG_TEMPLATE_PREFIX}/ssh" CACHE PATH "Subpath to a directory where are stored needed files to launch on remote target to debuging purposes") set(GDB_TEMPLATE_DIR "${PKG_TEMPLATE_PREFIX}/gdb" CACHE PATH "Subpath to a directory where are stored needed files to launch debuging server on a remote target. Use gdbserver.") |