bugfix in enableBitPacking

This commit is contained in:
Mindaugas Vinkelis
2019-06-27 10:06:16 +03:00
committed by Mindaugas Vinkelis
parent aca3139600
commit 03f2c3c8b5
10 changed files with 82 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.1)
project(bitsery
LANGUAGES CXX
VERSION 4.6.0)
VERSION 4.6.1)
#======== build options ===================================
option(BITSERY_BUILD_EXAMPLES "Build examples" OFF)