Fixed a CMake build issue (CMake still doesn't run the VOL plugin

tests)
This commit is contained in:
Dana Robinson 2018-12-27 19:56:21 -08:00
parent 544ab1c78a
commit fafee5b8ae

View File

@ -133,7 +133,7 @@ if (BUILD_SHARED_LIBS)
# Define VOL Plugin Test Sources
#-----------------------------------------------------------------------------
set (VOL_PLUGIN_LIBS
echo_vol
null_vol_connector
)
foreach (vol_lib ${VOL_PLUGIN_LIBS})