From 5ab30d39aee751fd7d5d9e5d8a0a70b5f34f6d12 Mon Sep 17 00:00:00 2001 From: "Ryan M. Richard" Date: Tue, 18 Nov 2025 08:58:40 -0600 Subject: [PATCH] adds cxx20 support --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5d55870e..d86deb4e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -21,6 +21,7 @@ include(cmake/get_nwx_cmake.cmake) include(get_version_from_git) get_version_from_git(pluginplay_version "${CMAKE_CURRENT_LIST_DIR}") project(pluginplay VERSION "${pluginplay_version}" LANGUAGES CXX) +set(CMAKE_CXX_STANDARD 20) include(nwx_versions) include(get_cmaize)