diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-05-24 17:35:53 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2017-05-24 17:35:53 +0200 |
commit | 593170c453c3ea75a92ab8066003029f3396bd50 (patch) | |
tree | 9eed9c70d5b5750eb3d9fb02b6579d0d252a4967 /CAN-binder/CMakeLists.txt | |
parent | 92e1f48f78d0e5310370882047e48d718aa09fea (diff) |
Cmake WIP
Change-Id: I9c1cefde33724db192cbbf3dac69d47b2a700c2d
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
# Conflicts:
# CAN-binder/conf.d/default
Diffstat (limited to 'CAN-binder/CMakeLists.txt')
-rw-r--r-- | CAN-binder/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CAN-binder/CMakeLists.txt b/CAN-binder/CMakeLists.txt index c1dd040a..5fbeb193 100644 --- a/CAN-binder/CMakeLists.txt +++ b/CAN-binder/CMakeLists.txt @@ -19,7 +19,7 @@ CMAKE_MINIMUM_REQUIRED(VERSION 3.3) include(${CMAKE_CURRENT_SOURCE_DIR}/conf.d/config.cmake) -include(${CMAKE_CURRENT_SOURCE_DIR}/conf.d/app-templates/cmake/macros.cmake) +include(${CMAKE_CURRENT_SOURCE_DIR}/conf.d/default/cmake/common.cmake) # Bindings to compile # -------------------- |