diff extensions/CMakeLists.txt @ 167:967e579beb64

Backup work in progress on rt_default
author Sebastien Decugis <sdecugis@nict.go.jp>
date Fri, 29 Jan 2010 18:57:40 +0900
parents 645ff1487c23
children 62eaf631eb61
line wrap: on
line diff
--- a/extensions/CMakeLists.txt	Thu Jan 28 15:01:50 2010 +0900
+++ b/extensions/CMakeLists.txt	Fri Jan 29 18:57:40 2010 +0900
@@ -40,10 +40,10 @@
 ####
 # Routing extensions
 
-# OPTION(BUILD_RT_DEFAULT "Build rt_default? (Routing extension using Destination-Host, Destination-Realm, and static configuration)" ON)
-# 	IF (BUILD_RT_DEFAULT)
-# 	   SUBDIRS(rt_default)
-# 	ENDIF (BUILD_RT_DEFAULT)
+OPTION(BUILD_RT_DEFAULT "Build rt_default? (Configurable routing rules for freeDiameter)" ON)
+	IF (BUILD_RT_DEFAULT)
+	   SUBDIRS(rt_default)
+	ENDIF (BUILD_RT_DEFAULT)
 
 
 ####
"Welcome to our mercurial repository"