aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMauro Sardara <msardara+fdio@cisco.com>2017-04-03 09:51:02 +0200
committerMauro Sardara <msardara+fdio@cisco.com>2017-04-03 09:51:02 +0200
commitca8de714f667c8c5f335b155f8ee14c7ff6cefdc (patch)
treedb5cc7f7c1510cb3410bff102309c89a1e42c952
parenteb0d57ff8bcb3ce39a77b91c4f4672639d8f0ba5 (diff)
Removing WLDR conditional compiling from Cmake
Change-Id: Ic11ec49ab2d725b749dbd63455186fdcef8d02a0 Signed-off-by: Mauro Sardara <msardara+fdio@cisco.com>
-rw-r--r--metis/CMakeLists.txt7
1 files changed, 0 insertions, 7 deletions
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 )