Module: sems Branch: peterlemenkov/1.4.2-fedora Commit: fb8a5f575cceba39e3a73561b50d565797fb5d37 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commit;h=fb8a5f575cceba39e3a73561b50d565797fb5d37
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 f143af5..d1a0fca 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
