From fafee5b8ae2fdac2aaf9300e25b4c5f43c4c5fb0 Mon Sep 17 00:00:00 2001 From: Dana Robinson Date: Thu, 27 Dec 2018 19:56:21 -0800 Subject: Fixed a CMake build issue (CMake still doesn't run the VOL plugin tests) --- test/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index ed6bacc..69afb85 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -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}) -- cgit v0.12