From b51ce49cfc4027f5ada04a1c668569acdce7a5a1 Mon Sep 17 00:00:00 2001 From: derselbst Date: Mon, 20 Mar 2017 20:07:12 +0100 Subject: [PATCH] fix build again --- test/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 09ae4b27..46b91cb7 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -26,4 +26,4 @@ endif(USE_JACK) # make test only runs tests, but doesnt build them -add_custom_target(check COMMAND ${CMAKE_CTEST_COMMAND} DEPENDS TestLoudnessFile TestCommon TestConfigSerialization TestStandardWrapper TestJackOutput) +add_custom_target(check COMMAND ${CMAKE_CTEST_COMMAND} DEPENDS TestLoudnessFile TestCommon TestConfigSerialization TestStandardWrapper)