Default to tiger v2
This commit is contained in:
parent
c4390ff59b
commit
ce3f295819
2 changed files with 2 additions and 2 deletions
|
@ -1,3 +1,3 @@
|
||||||
option('reference_tiger', type: 'boolean', value: false)
|
option('reference_tiger', type: 'boolean', value: false)
|
||||||
option('default_tiger_version', type: 'combo', description: 'Default version of the Tiger algorithm', choices: ['1', '2'], value: '1')
|
option('default_tiger_version', type: 'combo', description: 'Default version of the Tiger algorithm', choices: ['1', '2'], value: '2')
|
||||||
option('read_buff_size', type: 'integer', value: 16384, min: 64, description: 'Read buffer size in bytes')
|
option('read_buff_size', type: 'integer', value: 16384, min: 64, description: 'Read buffer size in bytes')
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
cmake_minimum_required(VERSION 2.6 FATAL_ERROR)
|
cmake_minimum_required(VERSION 2.6 FATAL_ERROR)
|
||||||
project(tigersum D C)
|
project(tigersum D C)
|
||||||
|
|
||||||
set(DEFAULT_TIGER_VERSION "1")
|
set(DEFAULT_TIGER_VERSION "2")
|
||||||
set(TIGERSUM_MAJOR "0")
|
set(TIGERSUM_MAJOR "0")
|
||||||
set(TIGERSUM_MINOR "1")
|
set(TIGERSUM_MINOR "1")
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue