Fix Config & compile errors to get built in Yocto
authorRomain Forlot <romain.forlot@iot.bzh>
Mon, 10 Jul 2017 13:28:59 +0000 (13:28 +0000)
committerRomain Forlot <romain.forlot@iot.bzh>
Mon, 10 Jul 2017 13:28:59 +0000 (13:28 +0000)
Change-Id: Idea29459f2de40fbed7f5df11088ec11e5e6fd11
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
CMakeLists.txt
conf.d/config.cmake

index 4eadb8b..a909234 100644 (file)
@@ -20,7 +20,7 @@
 CMAKE_MINIMUM_REQUIRED(VERSION 3.3)
 
 include(${CMAKE_CURRENT_SOURCE_DIR}/conf.d/config.cmake)
-include(${PROJECT_APP_TEMPLATES_DIR}/cmake/common.cmake)
+include(${CMAKE_CURRENT_SOURCE_DIR}/${PROJECT_APP_TEMPLATES_DIR}/cmake/common.cmake)
 
 # Bindings to compile
 # --------------------
index f6e6668..c1720ff 100644 (file)
@@ -59,16 +59,11 @@ set (gcc_minimal_version 4.9)
 set (PKG_REQUIRED_LIST
        json-c
        libsystemd
-       afb-daemon
 )
 
 # Static constante definition
 # -----------------------------
-#add_compile_options()
-
-# LANG Specific compile flags set for all build types
-set(CMAKE_C_FLAGS "" CACHE STRING "C compile flags")
-set(CMAKE_CXX_FLAGS "-std=c++11" CACHE STRING "C++ compile flags")
+add_compile_options($<$<COMPILE_LANGUAGE:CXX>:-std=c++11>)
 
 # Print a helper message when every thing is finished
 # ----------------------------------------------------