aboutsummaryrefslogtreecommitdiffstats
path: root/CAN-binder/CMakeLists.txt
diff options
context:
space:
mode:
authorRomain Forlot <romain.forlot@iot.bzh>2017-05-24 17:35:53 +0200
committerRomain Forlot <romain.forlot@iot.bzh>2017-05-24 17:35:53 +0200
commit593170c453c3ea75a92ab8066003029f3396bd50 (patch)
tree9eed9c70d5b5750eb3d9fb02b6579d0d252a4967 /CAN-binder/CMakeLists.txt
parent92e1f48f78d0e5310370882047e48d718aa09fea (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.txt2
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
# --------------------