diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-05-09 16:43:08 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2017-05-09 16:43:08 +0200 |
commit | 098854d18568a2ea17f47a3711d3f74bdafb4c3e (patch) | |
tree | 22eb3f743b783aab1a99e774e3a9e83d6c051d6e /CAN-binder/CMakeLists.txt | |
parent | c5869548e87c8b8cba4b41a80d2b9580e3d5b242 (diff) |
Update CMake to the reference app-template. WIP
Change-Id: Icbab921e8ae3380c09cf5b2f5e7f4ba4a59e4c6e
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'CAN-binder/CMakeLists.txt')
-rw-r--r-- | CAN-binder/CMakeLists.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/CAN-binder/CMakeLists.txt b/CAN-binder/CMakeLists.txt index f834f240..38ac158f 100644 --- a/CAN-binder/CMakeLists.txt +++ b/CAN-binder/CMakeLists.txt @@ -21,8 +21,6 @@ CMAKE_MINIMUM_REQUIRED(VERSION 3.3) include(${CMAKE_CURRENT_SOURCE_DIR}/etc/config.cmake) include(${CMAKE_CURRENT_SOURCE_DIR}/etc/macros.cmake) -MESSAGE(STATUS "INSTALL PREFIX: ${CMAKE_INSTALL_PREFIX}") - # Bindings to compile # -------------------- project_subdirs_add() |