From e3cf57e2ecc53d2926cbc06c96f9bd12e6a497ff Mon Sep 17 00:00:00 2001 From: Eberhard Graether Date: Tue, 1 Jul 2014 00:28:19 +0200 Subject: [PATCH] script: Removed review id as default in commit message template We decided to stop code reviews for now, because they are too time consuming. We will consider reintroducing them when the project is at a more mature stage. --- .git_commit_template.txt | 4 ++-- CMakeLists.txt | 4 ---- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/.git_commit_template.txt b/.git_commit_template.txt index c7f1f9c1..6ada8a72 100644 --- a/.git_commit_template.txt +++ b/.git_commit_template.txt @@ -2,9 +2,9 @@ -review id = # bug id = +# review id = # fortune cookie message = -# modules: build, logic, ui, data, utility, test +# modules: build, logic, ui, data, utility, test, script diff --git a/CMakeLists.txt b/CMakeLists.txt index 19845ca6..c79744b3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -37,8 +37,6 @@ add_definitions(${CLANG_DEFINITIONS}) # Boost ------------------------------------------------------------------------ -message("quatsch") - set(BOOST_ROOT $ENV{BOOST_155_DIR}) set(Boost_USE_MULTITHREAD ON) set(Boost_USE_STATIC_LIBS OFF) @@ -48,8 +46,6 @@ find_package( Boost 1.55 COMPONENTS system filesystem REQUIRED ) message("${BOOST_LIBRARYDIR}") -message("quatsch") - # Lib -------------------------------------------------------------------------- set(CMAKE_ARCHIVE_OUTPUT_DIRECTORY ${CMAKE_SOURCE_DIR}/bin/lib)