summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles E. Rolke <chug@apache.org>2013-07-31 14:11:12 +0000
committerCharles E. Rolke <chug@apache.org>2013-07-31 14:11:12 +0000
commit3b3160aa814b2988214aaad18cf45b7f4944be1e (patch)
tree5870b4d44c2e5dc1f06bcd9268fe1031a086794b
parent05c6ad2317d4ba1ae0a46bd7e3244b21c41a5747 (diff)
downloadqpid-python-3b3160aa814b2988214aaad18cf45b7f4944be1e.tar.gz
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
-rw-r--r--cpp/BuildInstallSettings.cmake2
1 files changed, 1 insertions, 1 deletions
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")