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

Commits to the Asterisk SCF project code repositories asterisk-scf-commits at lists.digium.com
Wed Apr 27 13:59:25 CDT 2011


branch "master" has been updated
       via  1e1f90023b16565e11678b9e3ddd282a2d22cd9b (commit)
      from  5867586fe8d25732fe8da1e546a64c2910cdce9d (commit)

Summary of changes:
 test/CMakeLists.txt |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


- Log -----------------------------------------------------------------
commit 1e1f90023b16565e11678b9e3ddd282a2d22cd9b
Author: Kevin P. Fleming <kpfleming at digium.com>
Date:   Wed Apr 27 13:59:25 2011 -0500

    All Asterisk SCF components built with CMake are written in C++, so there is no need to specify it.

diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt
index 30cda7b..b177d0b 100644
--- a/test/CMakeLists.txt
+++ b/test/CMakeLists.txt
@@ -1,6 +1,6 @@
 include_directories(${API_INCLUDE_DIR})
 
-asterisk_scf_component_init(service_locator_test CXX)
+asterisk_scf_component_init(service_locator_test)
 asterisk_scf_component_add_file(service_locator_test TestServiceLocator.cpp)
 asterisk_scf_component_add_file(service_locator_test TestComparatorBlocking.cpp)
 asterisk_scf_component_add_ice_libraries(service_locator_test IceStorm)

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


-- 
asterisk-scf/release/servicediscovery.git



More information about the asterisk-scf-commits mailing list