[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
Wed Apr 27 11:12:32 CDT 2011


branch "master" has been updated
       via  8e78a92dc7e126ef2770fbf3c5952abfae69d99b (commit)
      from  698a7ad108ed398c10cbfe82768b6bb8fa811b87 (commit)

Summary of changes:
 AsteriskSCF.cmake |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)


- Log -----------------------------------------------------------------
commit 8e78a92dc7e126ef2770fbf3c5952abfae69d99b
Author: Kevin P. Fleming <kpfleming at digium.com>
Date:   Wed Apr 27 11:10:48 2011 -0500

    CMakeLists.txt cleanup across the entire tree.
    
    * Consistent formatting.
    * Removed old non-integrated build stuff.
    * Organized include_directories() calls since they affect every component in
      the directory they are executed in.
    * Keep all scripts lines for each component together.

diff --git a/AsteriskSCF.cmake b/AsteriskSCF.cmake
index c97179e..78a975f 100644
--- a/AsteriskSCF.cmake
+++ b/AsteriskSCF.cmake
@@ -279,6 +279,8 @@ function(asterisk_scf_project NAME ICE_VERSION)
     set(CMAKE_LIBRARY_OUTPUT_DIRECTORY "${PROJECT_BINARY_DIR}/lib" PARENT_SCOPE)
     set(CMAKE_RUNTIME_OUTPUT_DIRECTORY "${PROJECT_BINARY_DIR}/bin" PARENT_SCOPE)
 
+    set(CMAKE_INCLUDE_CURRENT_DIR true)
+
     # On Windows, IceBox C++ services must be compiled with some symbols exported;
     # the source code should use ASTERISK_SCF_ICEBOX_EXPORT to accomplish this, and this
     if(WIN32)

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


-- 
asterisk-scf/release/cmake.git



More information about the asterisk-scf-commits mailing list