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.
This commit is contained in:
@@ -2,9 +2,9 @@
|
||||
|
||||
<description>
|
||||
|
||||
review id = <id>
|
||||
# bug id = <id>
|
||||
# review id = <id>
|
||||
|
||||
# fortune cookie message = <message>
|
||||
|
||||
# modules: build, logic, ui, data, utility, test
|
||||
# modules: build, logic, ui, data, utility, test, script
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user