Removing WLDR conditional compiling from Cmake 00/6000/1
authorMauro Sardara <[email protected]>
Mon, 3 Apr 2017 07:51:02 +0000 (09:51 +0200)
committerMauro Sardara <[email protected]>
Mon, 3 Apr 2017 07:51:02 +0000 (09:51 +0200)
Change-Id: Ic11ec49ab2d725b749dbd63455186fdcef8d02a0
Signed-off-by: Mauro Sardara <[email protected]>
metis/CMakeLists.txt

index f5686d4..6f58d80 100644 (file)
@@ -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 )