From a6bd5a227ecccba76d2486c5a4d6408770e1bcec Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Thu, 5 Jul 2018 12:13:08 +0200 Subject: Add filter.header --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 7e09b83..f0f48c9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -86,7 +86,7 @@ add_subdirectory(src) if (Tests) enable_testing() find_package(Qt5 COMPONENTS Test REQUIRED) - add_subdirectory(test) + #add_subdirectory(test) endif() message("Version='${VerInfo}' bookmark='${VerBookmark}' commit='${VerCommit}'") -- cgit v1.2.1