aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2013-08-23 18:13:01 -0700
committerJosh Blum <josh@joshknows.com>2013-08-23 18:13:01 -0700
commit6881172a421b2d3bfd489eef04599d6439b1ea35 (patch)
tree20eef2fe75bda6c5773db2e0d6376f15681085d7
parentc099f2b54fd32215efb3de84f4e857d2d4ce2368 (diff)
downloaduhd-6881172a421b2d3bfd489eef04599d6439b1ea35.tar.gz
uhd-6881172a421b2d3bfd489eef04599d6439b1ea35.tar.bz2
uhd-6881172a421b2d3bfd489eef04599d6439b1ea35.zip
uhd: added multi-thread build flag for msvc
-rw-r--r--host/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/host/CMakeLists.txt b/host/CMakeLists.txt
index 2bdd80143..d6851156a 100644
--- a/host/CMakeLists.txt
+++ b/host/CMakeLists.txt
@@ -110,6 +110,7 @@ IF(MSVC)
-D_CRT_NONSTDC_NO_WARNINGS
-D_CRT_NONSTDC_NO_DEPRECATE
)
+ ADD_DEFINITIONS(/MP)
ENDIF(MSVC)
IF(CYGWIN)