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 | 46ce8ecd3338f602d8b7f6130daebc0a93a488f9 (patch) | |
tree | debeeb3b49c634f0dd5ac3a73db05aa752c96232 /cmake | |
parent | 95cbbe568b5a4640a4c4dd121396d8b30beb7509 (diff) | |
download | mariadb-git-46ce8ecd3338f602d8b7f6130daebc0a93a488f9.tar.gz |
Followup to 12607800, testing it in PB2 didn't work, trying again
Be more explicit about path to (potential) plugin tests dirs
Diffstat (limited to 'cmake')
-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 |