[asterisk-scf-commits] asterisk-scf/integration/gitall.git branch "master" updated.
Commits to the Asterisk SCF project code repositories
asterisk-scf-commits at lists.digium.com
Tue Nov 8 10:56:36 CST 2011
branch "master" has been updated
via 320828212f78bc581eeebdb765eb5b463ec86f54 (commit)
from 1e6785859bd27e26334977be46a4aef2a0c43692 (commit)
Summary of changes:
cmake/AsteriskSCF.cmake | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
- Log -----------------------------------------------------------------
commit 320828212f78bc581eeebdb765eb5b463ec86f54
Author: Brent Eagles <beagles at digium.com>
Date: Tue Nov 8 13:25:04 2011 -0330
Enable the VS C++ compiler flag that tells it to use as many CPUs as it wants
to perform the current compilation job.
diff --git a/cmake/AsteriskSCF.cmake b/cmake/AsteriskSCF.cmake
index e23686c..1ebc708 100644
--- a/cmake/AsteriskSCF.cmake
+++ b/cmake/AsteriskSCF.cmake
@@ -169,6 +169,8 @@ if(WIN32)
if(${CMAKE_CL_64})
add_definitions(-D__amd64)
endif()
+
+ add_definitions(/MP)
endif()
if(UNIX)
-----------------------------------------------------------------------
--
asterisk-scf/integration/gitall.git
More information about the asterisk-scf-commits
mailing list