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)