Module: sems
Branch: peterlemenkov/1.4.3-fedora
Commit: 42c18a0fd5f78ec154ae7e6f442fc083dd84e339
URL:    
http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commit;h=42c18a0fd5f78ec154ae7e6f442fc083dd84e339

Author: Peter Lemenkov <[email protected]>
Committer: Peter Lemenkov <[email protected]>
Date:   Wed Mar 31 18:56:39 2010 +0400

Set CFG_PREFIX to empty string by default

Signed-off-by: Peter Lemenkov <[email protected]>

---

 CMakeLists.txt |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 68b0c26..a3264e3 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -49,7 +49,7 @@ ENDIF (${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION} STREQUAL 
"2.4")
 SET(CMAKE_DL_LIBS ${CMAKE_DL_LIBS} m pthread)
 
 IF (NOT SEMS_CFG_PREFIX)
-       SET(SEMS_CFG_PREFIX "/usr/local")
+       SET(SEMS_CFG_PREFIX "")
 ENDIF (NOT SEMS_CFG_PREFIX)
 MESSAGE(STATUS "SEMS cfg prefix was set to: ${SEMS_CFG_PREFIX}")
 

_______________________________________________
Semsdev mailing list
[email protected]
http://lists.iptel.org/mailman/listinfo/semsdev

Reply via email to