Skip to content

Commit

Permalink
[c++] C++23 disabled due to issues with boost::flat_map
Browse files Browse the repository at this point in the history
  • Loading branch information
jcelerier committed Jun 4, 2024
1 parent 1f353b0 commit 8f673b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 3rdparty/libossia
2 changes: 1 addition & 1 deletion 3rdparty/libossia.cmake
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# OSSIA-specific configuration
set(OSSIA_PCH "${SCORE_PCH}" CACHE INTERNAL "" FORCE)
set(OSSIA_STATIC "${SCORE_STATIC_PLUGINS}" CACHE INTERNAL "" FORCE)
set(OSSIA_CXX_STANDARD "23" CACHE INTERNAL "" FORCE)
set(OSSIA_CXX_STANDARD "20" CACHE INTERNAL "" FORCE)
set(OSSIA_CALLBACK_CONTAINER_MUTEX "std::mutex" CACHE INTERNAL "" FORCE)

if(NOT SCORE_INSTALL_HEADERS)
Expand Down

0 comments on commit 8f673b9

Please sign in to comment.