diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-08-25 02:04:13 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2018-10-15 18:22:47 +0200 |
commit | 4a956003ffc9949e319056a64ad3ab3aeb154703 (patch) | |
tree | 73ec87e07f8c0d9698b2422caac941a81eaaee2e /cmake/cmake.d/04-extra_targets.cmake | |
parent | 02e2193c59b68a1194042aa812ab00b8419301fb (diff) |
Generic default CLOSING_MESSAGE in sample config
Change-Id: I6886b4d7844e208f3f996418d9658567e8d8f135
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'cmake/cmake.d/04-extra_targets.cmake')
-rw-r--r-- | cmake/cmake.d/04-extra_targets.cmake | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/cmake/cmake.d/04-extra_targets.cmake b/cmake/cmake.d/04-extra_targets.cmake index d54e128..4e7921a 100644 --- a/cmake/cmake.d/04-extra_targets.cmake +++ b/cmake/cmake.d/04-extra_targets.cmake @@ -24,15 +24,6 @@ # Customise your preferences in "./conf.d/cmake/config.cmake" #-------------------------------------------------------------------------- -# Add a dummy target to enable global dependency order -# ----------------------------------------------------- -if(EXTRA_DEPENDENCIES_ORDER) - set(DEPENDENCIES_TARGET ${PROJECT_NAME}_extra_dependencies) - add_custom_target(${DEPENDENCIES_TARGET} ALL - DEPENDS ${EXTRA_DEPENDENCY_ORDER} - ) -endif() - # ---------------------------------------------------------------------------- # Archive target # ---------------------------------------------------------------------------- |