Skip to content

Commit

Permalink
bosh
Browse files Browse the repository at this point in the history
  • Loading branch information
FrederoxDev committed Jul 28, 2024
1 parent 2203e64 commit be5bb23
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions AmethystRuntime/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ set(MOD_TARGET_VERSION_PATCH 3)

set(CMAKE_CXX_STANDARD 23)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /await")
# Some dependency is using <experimental/X>, ^^

# Amethyst Minecraft Folder
if (CI_CD_BUILD)
Expand Down

0 comments on commit be5bb23

Please sign in to comment.