From 6881172a421b2d3bfd489eef04599d6439b1ea35 Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Fri, 23 Aug 2013 18:13:01 -0700 Subject: uhd: added multi-thread build flag for msvc --- host/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'host/CMakeLists.txt') 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) -- cgit v1.2.3