[asterisk-scf-commits] asterisk-scf/release/cmake.git branch "master" updated.

Commits to the Asterisk SCF project code repositories asterisk-scf-commits at lists.digium.com
Fri Jan 7 13:10:57 UTC 2011


branch "master" has been updated
       via  a25745891bf9113a35b2081966fb3efdb7d68fff (commit)
      from  6c8a9570ce891f23fa82f7e0326e3b1d9388a7ba (commit)

Summary of changes:
 modules/pjproject.cmake |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


- Log -----------------------------------------------------------------
commit a25745891bf9113a35b2081966fb3efdb7d68fff
Author: Joshua Colp <jcolp at digium.com>
Date:   Fri Jan 7 09:09:48 2011 -0400

    Add support for MSVC++ 2010 to the pjproject module so it will pull in pjproject solution files.

diff --git a/modules/pjproject.cmake b/modules/pjproject.cmake
index 2dbd66d..c6bcf87 100644
--- a/modules/pjproject.cmake
+++ b/modules/pjproject.cmake
@@ -49,7 +49,7 @@ function(pjproject_build PJPROJECT_COMPONENT)
     elseif(${PJPROJECT_COMPONENT} STREQUAL "pjnath")
       add_dependencies("pjproject-pjnath", "pjproject-pjlib-util")
     endif()
-  elseif(MSVC80 OR MSVC90)
+  elseif(MSVC80 OR MSVC90 OR MSVC10)
     if(${PJPROJECT_COMPONENT} STREQUAL "pjlib-util")
       include_external_msproject(pjlib_util "${CMAKE_SOURCE_DIR}/pjproject/pjlib-util/build/pjlib_util.vcproj")
     elseif(${PJPROJECT_COMPONENT} STREQUAL "pjsip")

-----------------------------------------------------------------------


-- 
asterisk-scf/release/cmake.git



More information about the asterisk-scf-commits mailing list