From 3b3160aa814b2988214aaad18cf45b7f4944be1e Mon Sep 17 00:00:00 2001 From: "Charles E. Rolke" Date: Wed, 31 Jul 2013 14:11:12 +0000 Subject: QPID-5027: Windows examples installed to wrong directory git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1508866 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/BuildInstallSettings.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp/BuildInstallSettings.cmake b/cpp/BuildInstallSettings.cmake index 6b8a3afa6c..6bda220d2b 100644 --- a/cpp/BuildInstallSettings.cmake +++ b/cpp/BuildInstallSettings.cmake @@ -93,7 +93,7 @@ if (WIN32) "Directory to install SASL configuration files") set (QPID_INSTALL_DATADIR conf CACHE STRING "Directory to install read-only arch.-independent data root") - set (QPID_INSTALL_EXAMPLESDIR qpid/examples CACHE STRING + set (QPID_INSTALL_EXAMPLESDIR examples CACHE STRING "Directory to install programming examples in") set (QPID_INSTALL_DOCDIR docs CACHE STRING "Directory to install documentation") -- cgit v1.2.1