Followup to 12607800, testing it in PB2 didn't work, trying again

Be more explicit about path to (potential) plugin tests dirs
This commit is contained in:
Bjorn Munch 2011-06-01 15:19:36 +02:00
commit aca402b62b

View file

@ -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