Code Review
/
cicn.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
eb0d57f
)
Removing WLDR conditional compiling from Cmake
00/6000/1
author
Mauro Sardara
<
[email protected]
>
Mon, 3 Apr 2017 07:51:02 +0000
(09:51 +0200)
committer
Mauro 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
patch
|
blob
|
history
diff --git
a/metis/CMakeLists.txt
b/metis/CMakeLists.txt
index
f5686d4
..
6f58d80
100644
(file)
--- 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 )