From c9974e588390c677c00c897907ba149a019bef0b Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Mon, 10 Jul 2017 13:28:59 +0000 Subject: Fix Config & compile errors to get built in Yocto Change-Id: Idea29459f2de40fbed7f5df11088ec11e5e6fd11 Signed-off-by: Romain Forlot --- conf.d/config.cmake | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'conf.d/config.cmake') diff --git a/conf.d/config.cmake b/conf.d/config.cmake index f6e6668..c1720ff 100644 --- a/conf.d/config.cmake +++ b/conf.d/config.cmake @@ -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($<$:-std=c++11>) # Print a helper message when every thing is finished # ---------------------------------------------------- -- cgit 1.2.3-korg