Author: gsim
Date: Fri Oct 10 12:52:33 2014
New Revision: 1630823

URL: http://svn.apache.org/r1630823
Log:
removed sysinstall warning

Modified:
    qpid/proton/branches/examples/CMakeLists.txt

Modified: qpid/proton/branches/examples/CMakeLists.txt
URL: 
http://svn.apache.org/viewvc/qpid/proton/branches/examples/CMakeLists.txt?rev=1630823&r1=1630822&r2=1630823&view=diff
==============================================================================
--- qpid/proton/branches/examples/CMakeLists.txt (original)
+++ qpid/proton/branches/examples/CMakeLists.txt Fri Oct 10 12:52:33 2014
@@ -85,12 +85,7 @@ mark_as_advanced (INCLUDE_INSTALL_DIR LI
 # system specified locations.
 set (BINDINGS_DIR ${LIB_INSTALL_DIR}/proton/bindings)
 
-set (SYSINSTALL_BINDINGS "*UNSPECIFIED*" CACHE BOOL "If SYSINSTALL_BINDINGS is 
OFF then proton bindings will be installed underneath ${BINDINGS_DIR} and each 
user will need to modify their interpreter configuration to load the 
appropriate binding. If SYSINSTALL_BINDINGS is ON, then each language 
interpreter will be queried for the appropriate directory and proton bindings 
will be installed and available system wide with no additional per user 
configuration.")
-
-if (SYSINSTALL_BINDINGS STREQUAL "*UNSPECIFIED*")
-  message(WARNING "SYSINSTALL_BINDINGS is unspecified, defaulting it to OFF. 
Please note that the default install behaviour of proton has changed. Proton 
bindings by default will now be installed under ${BINDINGS_DIR} and will no 
longer be found by system interpreters. This means that every user will be 
required to manually configure their interpreters to locate the proton 
bindings. If you wish proton bindings to be installed into the interpreter 
specified locations as was the default in prior releases, please specify 
-DSYSINSTALL_BINDINGS=ON")
-  set (SYSINSTALL_BINDINGS OFF)
-endif ()
+set (SYSINSTALL_BINDINGS OFF CACHE BOOL "If SYSINSTALL_BINDINGS is OFF then 
proton bindings will be installed underneath ${BINDINGS_DIR} and each user will 
need to modify their interpreter configuration to load the appropriate binding. 
If SYSINSTALL_BINDINGS is ON, then each language interpreter will be queried 
for the appropriate directory and proton bindings will be installed and 
available system wide with no additional per user configuration.")
 
 set (BINDING_LANGS PERL PHP PYTHON RUBY)
 



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org
For additional commands, e-mail: commits-h...@qpid.apache.org

Reply via email to