Skip to content

Commit bade5e0

Browse files
committed
small fixes
Signed-off-by: Anton Dukhovnikov <[email protected]>
1 parent 79e57f2 commit bade5e0

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CMakeLists.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
cmake_minimum_required(VERSION 3.11)
22
project( RAWTOACES )
33

4+
if( NOT DEFINED CMAKE_CXX_STANDARD )
5+
set(CMAKE_CXX_STANDARD 17)
6+
endif()
7+
set(CMAKE_CXX_STANDARD_REQUIRED ON)
8+
49
set( RAWTOACES_MAJOR_VERSION 1 )
510
set( RAWTOACES_MINOR_VERSION 1 )
611
set( RAWTOACES_PATCH_VERSION 0 )

build_scripts/install_deps_windows.bash

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,5 @@ vcpkg install \
88
imath:x64-windows \
99
boost-system:x64-windows \
1010
boost-foreach:x64-windows \
11-
boost-system:x64-windows \
1211
boost-test:x64-windows \
1312
boost-property-tree:x64-windows

0 commit comments

Comments
 (0)