Module: sems Branch: peterlemenkov/1.3.x-fedora Commit: f240f4b7cf5701ce93b812e4be77428d9514fb28 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commit;h=f240f4b7cf5701ce93b812e4be77428d9514fb28
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 c17c956..7b4c49b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -34,7 +34,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
