From 6026b52e21ce5d2a4c39b83f3573941240e66fa2 Mon Sep 17 00:00:00 2001 From: Dominik Schmidt Date: Sun, 26 Oct 2014 20:12:19 +0100 Subject: [PATCH] Build Hatchet account by default --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 77b2ccf3b..cc8c84f23 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -61,7 +61,7 @@ option(BUILD_GUI "Build Tomahawk with GUI" ON) option(BUILD_RELEASE "Generate TOMAHAWK_VERSION without GIT info" OFF) option(BUILD_TESTS "Build Tomahawk with unit tests" ON) option(BUILD_TOOLS "Build Tomahawk helper tools" ON) -option(BUILD_HATCHET "Build the Hatchet plugin" OFF) +option(BUILD_HATCHET "Build the Hatchet plugin" ON) option(BUILD_WITH_QT4 "Build Tomahawk with Qt4 no matter if Qt5 was found" ON) option(WITH_CRASHREPORTER "Build with CrashReporter" ON)