diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-11-29 10:02:32 +0100 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2017-11-29 10:02:32 +0100 |
commit | c581ce6aee5ae878f9ccee02b1cc2651fa43030e (patch) | |
tree | 0339af634d325ab563619ac68e07fa8a3e134640 /conf.d | |
parent | 566d1ae135c09ac98c19abdf0c52918abb6f1e3d (diff) |
Deprecate cmake variables not useful
Mechanism to build 3rdparty external libs isn't unique
and should not be handled by app-templates
Change-Id: Ib8a030184820da6577fa37f74331aaf7d6155916
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'conf.d')
m--------- | conf.d/app-templates | 0 | ||||
-rw-r--r-- | conf.d/cmake/config.cmake | 7 |
2 files changed, 0 insertions, 7 deletions
diff --git a/conf.d/app-templates b/conf.d/app-templates -Subproject c881d86fc8852a2b2215856d3503aba192c0f4e +Subproject dc4debf13f6653163ea969ec57945edd9545c74 diff --git a/conf.d/cmake/config.cmake b/conf.d/cmake/config.cmake index 4e2449c5..8547d0a1 100644 --- a/conf.d/cmake/config.cmake +++ b/conf.d/cmake/config.cmake @@ -32,13 +32,6 @@ set(PROJECT_LANGUAGES,"C CXX") # relative to the root project directory set(PROJECT_APP_TEMPLATES_DIR "conf.d/app-templates") -# Where are stored your external libraries for your project. This is 3rd party library that you don't maintain -# 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 "*") |