[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 Sep 29 15:56:40 CDT 2010


branch "master" has been updated
       via  573ec5e3330bf3b0480a8392eb5be4b56cdc0612 (commit)
      from  3aeb15916a3e5026d9b5b3dc75f3693ee243901a (commit)

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


- Log -----------------------------------------------------------------
commit 573ec5e3330bf3b0480a8392eb5be4b56cdc0612
Author: Kevin P. Fleming <kpfleming at digium.com>
Date:   Wed Sep 29 15:53:58 2010 -0500

    there is no need to cache the PJMEDIA_LIBRARIES variable

diff --git a/modules/pjproject.cmake b/modules/pjproject.cmake
index 92e97b3..5cd41fe 100644
--- a/modules/pjproject.cmake
+++ b/modules/pjproject.cmake
@@ -13,7 +13,7 @@ if(UNIX)
     check_include_files(uuid/uuid.h HAVE_UUID_H)
     check_library_exists(uuid uuid_generate "${LIBUUID_LIBRARY_DIRS}" HAVE_LIBUUID)
     if(HAVE_UUID_H AND HAVE_LIBUUID)
-      set(PJMEDIA_LIBRARIES ${LIBUUID_LIBRARIES} CACHE INTERNAL Bob FORCE)
+      set(PJMEDIA_LIBRARIES ${LIBUUID_LIBRARIES})
       if(LIBUUID_LIBRARY_DIRS)
 	link_directories(${LIBUUID_LIBRARY_DIRS})
       endif()

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


-- 
asterisk-scf/release/cmake.git



More information about the asterisk-scf-commits mailing list