[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
Fri Sep 16 11:54:05 CDT 2011
branch "master" has been updated
via a649674d6761ab6ad93b84383d9d95905c3824d7 (commit)
from 8f7d5e74f3162d72170dc24424a3e1ad14ee38ab (commit)
Summary of changes:
cmake/AsteriskSCF.cmake | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
- Log -----------------------------------------------------------------
commit a649674d6761ab6ad93b84383d9d95905c3824d7
Author: Brent Eagles <beagles at digium.com>
Date: Fri Sep 16 14:23:49 2011 -0230
Add a define to quiet some nuisance warnings from Boost.
diff --git a/cmake/AsteriskSCF.cmake b/cmake/AsteriskSCF.cmake
index 72947fb..73cae67 100644
--- a/cmake/AsteriskSCF.cmake
+++ b/cmake/AsteriskSCF.cmake
@@ -153,6 +153,11 @@ if(WIN32)
endif()
#
+ # To make boost happy.
+ #
+ add_definitions(-D_WIN32_WINNT=0x0501)
+
+ #
# On 64 bit builds on Windows (Windows x64), projects that include
# pjproject header files need to define the architecture to allow
# the appropriate definitions to be compiled in. Note that this may
-----------------------------------------------------------------------
--
asterisk-scf/integration/gitall.git
More information about the asterisk-scf-commits
mailing list