Skip to content

Commit

Permalink
c++23
Browse files Browse the repository at this point in the history
  • Loading branch information
wang-bin committed Sep 14, 2024
1 parent 525ede9 commit 3f32b83
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions BStr.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

#pragma once
#include <algorithm>
#include <cstdlib>
#include <string>
#include <string.h>
#if (_WIN32 + 0)
Expand Down
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.15)

project(mdk-braw VERSION 0.25.0 DESCRIPTION "mdk braw plugin")
project(mdk-braw VERSION 0.29.1 DESCRIPTION "mdk braw plugin")
set(PROJECT_VERSION_TWEAK 0)

set(MDKSDK "${CMAKE_CURRENT_SOURCE_DIR}/mdk-sdk" CACHE STRING "libmdk SDK dir")
Expand All @@ -10,7 +10,7 @@ if(NOT CMAKE_PROJECT_NAME STREQUAL mdk) # not build in source tree
endif()
find_package(MDK)

set(CMAKE_CXX_STANDARD 20)
set(CMAKE_CXX_STANDARD 23)
set(CMAKE_CXX_STANDARD_REQUIRED ON)

find_package(Threads)
Expand Down

0 comments on commit 3f32b83

Please sign in to comment.