diff options
author | Ronan Le Martret <ronan.lemartret@iot.bzh> | 2017-06-28 16:02:47 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2018-10-15 18:22:47 +0200 |
commit | 0f69780269174da304f4a8e6cac08802e8e030fd (patch) | |
tree | 8627cb75cbf78b6ece6c8e2ec246471f0c5d516d /cmake/cmake.d/04-build_options.cmake | |
parent | bd58cef856bb903954cbb8c3c1d23d01a1799b2c (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/04-build_options.cmake')
-rw-r--r-- | cmake/cmake.d/04-build_options.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/cmake.d/04-build_options.cmake b/cmake/cmake.d/04-build_options.cmake index 3a1fc81..b216262 100644 --- a/cmake/cmake.d/04-build_options.cmake +++ b/cmake/cmake.d/04-build_options.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" #-------------------------------------------------------------------------- # Check GCC minimal version |