Compile Bolt using std 14.

Summary:
Compile Bolt using std 14.
We want that to be able to use some threading the locking tools that do not exists in std 11.

(cherry picked from FBD15671736)
This commit is contained in:
laith sakka
2019-06-05 10:32:29 -07:00
committed by Maksim Panchenko
parent 21f4303bfd
commit d3c1821f5f
3 changed files with 3 additions and 2 deletions

View File

@@ -1,5 +1,6 @@
set(BOLT_SOURCE_DIR ${CMAKE_CURRENT_SOURCE_DIR})
set(BOLT_BINARY_DIR ${CMAKE_CURRENT_BINARY_DIR})
set(CMAKE_CXX_STANDARD 14)
add_subdirectory(src)
add_subdirectory(test)