From: Bjorn Munch Date: June 1 2011 1:23pm Subject: bzr commit into mysql-trunk branch (bjorn.munch:3142) List-Archive: http://lists.mysql.com/commits/138547 Message-Id: <201106011323.p51DNA20020134@khepri15.norway.sun.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit #At file:///home/bm136801/my/main-tr/ based on revid:tor.didriksen@stripped 3142 Bjorn Munch 2011-06-01 [merge] 12607800 followup modified: cmake/install_layout.cmake === modified file 'cmake/install_layout.cmake' --- a/cmake/install_layout.cmake 2011-06-01 10:16:32 +0000 +++ b/cmake/install_layout.cmake 2011-06-01 13:22:30 +0000 @@ -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 No bundle (reason: revision is a merge).