[asterisk-scf-commits] asterisk-scf/integration/cmake.git branch "disintegrated-build" updated.
Commits to the Asterisk SCF project code repositories
asterisk-scf-commits at lists.digium.com
Fri Jun 17 07:44:29 CDT 2011
branch "disintegrated-build" has been updated
via 97a9bbc7874612f35b47e2067bec937c201f395b (commit)
from 0f67d364f49cfb4e0c8351a37de7035ca1cb84e5 (commit)
Summary of changes:
AsteriskSCF.cmake | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit 97a9bbc7874612f35b47e2067bec937c201f395b
Author: Kevin P. Fleming <kpfleming at digium.com>
Date: Fri Jun 17 07:43:36 2011 -0500
Update the one WIN32-specific call to __astscf_set_cache_string().
diff --git a/AsteriskSCF.cmake b/AsteriskSCF.cmake
index d83d3f6..b2cdefa 100644
--- a/AsteriskSCF.cmake
+++ b/AsteriskSCF.cmake
@@ -310,7 +310,7 @@ function(astscf_project NAME ICE_VERSION)
# On Windows, 'debug' libraries should have a "d" suffix to indicate that they
# are debug libraries
if(WIN32)
- __astscf_set_cache_string(CMAKE_DEBUG_POSTFIX "d")
+ __astscf_set_cache_string(CMAKE_DEBUG_POSTFIX "d" "" ADVANCED)
endif()
message(STATUS "Performing requirement checks for components")
-----------------------------------------------------------------------
--
asterisk-scf/integration/cmake.git
More information about the asterisk-scf-commits
mailing list