From 8c1b63e1949134ec476b5b43e1caca42ffe017d5 Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Wed, 4 Sep 2013 11:11:50 -0700 Subject: b200: integrate support for new converters --- host/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'host/CMakeLists.txt') diff --git a/host/CMakeLists.txt b/host/CMakeLists.txt index d6851156a..9630240cf 100644 --- a/host/CMakeLists.txt +++ b/host/CMakeLists.txt @@ -110,7 +110,7 @@ IF(MSVC) -D_CRT_NONSTDC_NO_WARNINGS -D_CRT_NONSTDC_NO_DEPRECATE ) - ADD_DEFINITIONS(/MP) + ADD_DEFINITIONS(/MP) #multi-threaded build ENDIF(MSVC) IF(CYGWIN) -- cgit v1.2.3