diff options
author | Bjorn Munch <bjorn.munch@oracle.com> | 2011-06-01 15:19:36 +0200 |
---|---|---|
committer | Bjorn Munch <bjorn.munch@oracle.com> | 2011-06-01 15:19:36 +0200 |
commit | aca402b62b228e077be23d6935d09b7a1e228347 (patch) | |
tree | debeeb3b49c634f0dd5ac3a73db05aa752c96232 | |
parent | edcd89ee1ef8e9ce8685f725b68af0bdb349400c (diff) | |
download | mariadb-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.cmake | 2 |
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 |