summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjorn Munch <bjorn.munch@oracle.com>2011-06-01 15:19:36 +0200
committerBjorn Munch <bjorn.munch@oracle.com>2011-06-01 15:19:36 +0200
commitaca402b62b228e077be23d6935d09b7a1e228347 (patch)
treedebeeb3b49c634f0dd5ac3a73db05aa752c96232
parentedcd89ee1ef8e9ce8685f725b68af0bdb349400c (diff)
downloadmariadb-git-aca402b62b228e077be23d6935d09b7a1e228347.tar.gz
Followup to 12607800, testing it in PB2 didn't work, trying again
Be more explicit about path to (potential) plugin tests dirs
-rw-r--r--cmake/install_layout.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/install_layout.cmake b/cmake/install_layout.cmake
index fd547a72afa..bbf29c2e46c 100644
--- a/cmake/install_layout.cmake
+++ b/cmake/install_layout.cmake
@@ -103,7 +103,7 @@ ENDIF()
# just use if(INSTALL_PLUGINTESTDIR).
# The plugin must set its own install path for tests
#
-FILE(GLOB plugin_tests plugin/*/tests)
+FILE(GLOB plugin_tests ${CMAKE_SOURCE_DIR}/plugin/*/tests)
#
# STANDALONE layout