[asterisk-scf-commits] asterisk-scf/integration/ice-util-c++.git branch "master" updated.

Commits to the Asterisk SCF project code repositories asterisk-scf-commits at lists.digium.com
Tue Oct 19 13:58:13 CDT 2010


branch "master" has been updated
       via  dafceb220e0a3f82fb70d0a00aae9eeac01f424a (commit)
      from  b9b017c06cc06d8d53536ead0d2659454f9acdc3 (commit)

Summary of changes:
 ProxyWrapper/src/CMakeLists.txt |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)


- Log -----------------------------------------------------------------
commit dafceb220e0a3f82fb70d0a00aae9eeac01f424a
Author: Ken Hunt <ken.hunt at digium.com>
Date:   Tue Oct 19 13:56:48 2010 -0500

    Added reference to boost include directory to the ProxyWrapper. Would
    not build on Windows previously.

diff --git a/ProxyWrapper/src/CMakeLists.txt b/ProxyWrapper/src/CMakeLists.txt
index d726910..3ead381 100644
--- a/ProxyWrapper/src/CMakeLists.txt
+++ b/ProxyWrapper/src/CMakeLists.txt
@@ -14,5 +14,11 @@ if(APPLE)
   target_link_libraries(ProxyWrapper ${ICE_CXX_LIB_ZeroCIce})
 endif()
 
+if (NOT ${Boost_INCUDE_DIR})
+  find_package(Boost)
+endif()
+
+include_directories(${Boost_INCLUDE_DIR})
+
 asterisk_scf_component_install(ProxyWrapper LIBRARY lib "Proxy Wrapper" ProxyWrapper ARCHIVE DESTINATION lib)
 

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


-- 
asterisk-scf/integration/ice-util-c++.git



More information about the asterisk-scf-commits mailing list