Commit f67de030 authored by Bjorn Munch's avatar Bjorn Munch

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

Be more explicit about path to (potential) plugin tests dirs
parent db273b54
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment