aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2018-07-05 12:13:08 +0200
committerAqua-sama <aqua@iserlohn-fortress.net>2018-07-05 12:13:08 +0200
commita6bd5a227ecccba76d2486c5a4d6408770e1bcec (patch)
treea7e754238342651c531d101db9bf745526a230e5 /CMakeLists.txt
parentUpdate translations (diff)
downloadsmolbote-a6bd5a227ecccba76d2486c5a4d6408770e1bcec.tar.xz
Add filter.header
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
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}'")