From: Mauro Sardara Date: Mon, 3 Apr 2017 07:51:02 +0000 (+0200) Subject: Removing WLDR conditional compiling from Cmake X-Git-Tag: Metis-v1.0~1 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F00%2F6000%2F1;p=cicn.git Removing WLDR conditional compiling from Cmake Change-Id: Ic11ec49ab2d725b749dbd63455186fdcef8d02a0 Signed-off-by: Mauro Sardara --- diff --git a/metis/CMakeLists.txt b/metis/CMakeLists.txt index f5686d42..6f58d80d 100644 --- a/metis/CMakeLists.txt +++ b/metis/CMakeLists.txt @@ -12,13 +12,6 @@ set(CMAKE_C_STANDARD_REQUIRED ON) set_property(GLOBAL PROPERTY USE_FOLDERS ON) -option(BUILD_WLDR "build with WLDR" ON) -message("-- Building with WLDR: " ${BUILD_WLDR}) - -if( BUILD_WLDR ) - set(WLDR ON CACHE BOOL, "-- Compiling with WLDR") -endif( BUILD_WLDR ) - if( UNIX ) link_libraries(m) endif( UNIX )