diff options
author | Charles E. Rolke <chug@apache.org> | 2013-07-31 14:11:12 +0000 |
---|---|---|
committer | Charles E. Rolke <chug@apache.org> | 2013-07-31 14:11:12 +0000 |
commit | fc51ef6dd4f9760be6f866b8bbe03d147a03a184 (patch) | |
tree | 92ea98b43b01935132a7c00015c673699ae981cd /qpid/cpp/BuildInstallSettings.cmake | |
parent | 71892fbec3ba45851960dbde085b631d265127dc (diff) | |
download | qpid-python-fc51ef6dd4f9760be6f866b8bbe03d147a03a184.tar.gz |
QPID-5027: Windows examples installed to wrong directory
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1508866 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/BuildInstallSettings.cmake')
-rw-r--r-- | qpid/cpp/BuildInstallSettings.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/BuildInstallSettings.cmake b/qpid/cpp/BuildInstallSettings.cmake index 6b8a3afa6c..6bda220d2b 100644 --- a/qpid/cpp/BuildInstallSettings.cmake +++ b/qpid/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") |