diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-05-18 19:48:29 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2017-05-19 14:48:23 +0200 |
commit | dd00a5553e42adb8a14470602e4f25c449287f7d (patch) | |
tree | 8b48d28f9206e88a64001c3705d72d3e4d7931e7 /CAN-binder/CMakeLists.txt | |
parent | 35985a359af2f6a48be151c4c2414a83cb4e91dc (diff) |
Upgrade CMake once again using reference submodule from app-templates
Change-Id: I2a17d142af208e71fe6f59d71bc455d6f5882b4a
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'CAN-binder/CMakeLists.txt')
-rw-r--r-- | CAN-binder/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CAN-binder/CMakeLists.txt b/CAN-binder/CMakeLists.txt index 38ac158f..c1dd040a 100644 --- a/CAN-binder/CMakeLists.txt +++ b/CAN-binder/CMakeLists.txt @@ -18,8 +18,8 @@ CMAKE_MINIMUM_REQUIRED(VERSION 3.3) -include(${CMAKE_CURRENT_SOURCE_DIR}/etc/config.cmake) -include(${CMAKE_CURRENT_SOURCE_DIR}/etc/macros.cmake) +include(${CMAKE_CURRENT_SOURCE_DIR}/conf.d/config.cmake) +include(${CMAKE_CURRENT_SOURCE_DIR}/conf.d/app-templates/cmake/macros.cmake) # Bindings to compile # -------------------- |