We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49aa7b9 commit 1a46aafCopy full SHA for 1a46aaf
CMakeLists.txt
@@ -21,6 +21,7 @@ include(cmake/get_nwx_cmake.cmake)
21
include(get_version_from_git)
22
get_version_from_git(pluginplay_version "${CMAKE_CURRENT_LIST_DIR}")
23
project(pluginplay VERSION "${pluginplay_version}" LANGUAGES CXX)
24
+set(CMAKE_CXX_STANDARD 20)
25
26
include(nwx_versions)
27
include(get_cmaize)
0 commit comments