summaryrefslogtreecommitdiffstats
path: root/cmake/cmake.d/03-extra_targets.cmake
diff options
context:
space:
mode:
authorRonan Le Martret <ronan.lemartret@iot.bzh>2017-06-28 16:02:47 +0200
committerRonan Le Martret <ronan.lemartret@iot.bzh>2017-06-28 16:16:49 +0200
commitce24aa6ca479bfcca4baaf435d9161d8e88bdb7e (patch)
tree7ed6ae074d273363fd54b9a16fd2557a610a8d99 /cmake/cmake.d/03-extra_targets.cmake
parentfe3c86e6407ae45d7b5ab72df7911daa426caba8 (diff)
change path etc/config.cmake to conf.d/cmake/config.cmake
Change-Id: I98d51ce911c51ced28760c53420ffdf474fe48f1 Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
Diffstat (limited to 'cmake/cmake.d/03-extra_targets.cmake')
-rw-r--r--cmake/cmake.d/03-extra_targets.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmake/cmake.d/03-extra_targets.cmake b/cmake/cmake.d/03-extra_targets.cmake
index c1d38e8..45749bf 100644
--- a/cmake/cmake.d/03-extra_targets.cmake
+++ b/cmake/cmake.d/03-extra_targets.cmake
@@ -21,7 +21,7 @@
#--------------------------------------------------------------------------
# WARNING:
# Do not change this cmake template
-# Customise your preferences in "./etc/config.cmake"
+# Customise your preferences in "./conf.d/cmake/config.cmake"
#--------------------------------------------------------------------------
# Add a dummy target to enable global dependency order
@@ -177,4 +177,4 @@ add_custom_command(OUTPUT ${CMAKE_SOURCE_DIR}/conf.d/autobuild/agl/autobuild
)
add_custom_target(autobuild ALL DEPENDS ${CMAKE_SOURCE_DIR}/conf.d/autobuild/agl/autobuild
- ${CMAKE_SOURCE_DIR}/conf.d/autobuild/linux/autobuild) \ No newline at end of file
+ ${CMAKE_SOURCE_DIR}/conf.d/autobuild/linux/autobuild)