aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2011-11-09 20:45:06 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2011-11-09 20:45:06 +0000
commit612dcc3c6b9ccf498b65fe9504e16e62181bdd14 (patch)
tree0502618bd610b087a3436c4c1e96e0d82d071b22 /CMakeLists.txt
parent30cee9900941e991a3c52285dbdd0751b13a0254 (diff)
As reported by Michael Speck:
Removed last occurrences of USE_THREADS. svn path=/trunk/; revision=39775
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 153d304183..44b30dd916 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -436,10 +436,6 @@ if(ENABLE_PCAP_NG_DEFAULT)
set(PCAP_NG_DEFAULT 1)
endif()
-if(ENABLE_THREADS)
- set(USE_THREADS 1)
-endif()
-
#Platform specific
if(UNIX)
set(WS_VAR_IMPORT "extern")