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

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


branch "master" has been updated
       via  d2ff6ccb490310243e7ae2c3adaf99ebcfab283a (commit)
      from  b1e597199f1da4db167f3b4bfa6edf06945ff1f0 (commit)

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


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

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

diff --git a/server/src/CMakeLists.txt b/server/src/CMakeLists.txt
index 6cb3451..b0dbb03 100644
--- a/server/src/CMakeLists.txt
+++ b/server/src/CMakeLists.txt
@@ -3,7 +3,7 @@ include_directories(${API_INCLUDE_DIR})
 
 asterisk_scf_slice_include_directories(${API_SLICE_DIR})
 
-asterisk_scf_component_init(logging-service-lib CXX)
+asterisk_scf_component_init(logging-service-lib)
 # an icebox module cannot be used as a shared lib.  so build the bulk of the
 # code as a static lib that can be linked into both the icebox module and
 # the unit tests
@@ -30,7 +30,7 @@ if(CMAKE_COMPILER_IS_GNUCXX)
 endif()
 
 # icebox module
-asterisk_scf_component_init(logging-service CXX)
+asterisk_scf_component_init(logging-service)
 asterisk_scf_component_add_file(logging-service main.cpp)
 asterisk_scf_component_build_icebox(logging-service)
 target_link_libraries(logging-service logging-service-lib)

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


-- 
asterisk-scf/release/logger.git



More information about the asterisk-scf-commits mailing list