|
|
@@ -332,7 +332,7 @@ option(ENTT_BUILD_TESTBED "Enable building testbed." OFF)
|
|
|
|
|
|
if(ENTT_BUILD_TESTING OR ENTT_BUILD_TESTBED)
|
|
|
set(ENTT_ID_TYPE std::uint32_t CACHE STRING "Type of identifiers to use for tests and testbed")
|
|
|
- set(ENTT_CXX_STD cxx_std_17 CACHE STRING "C++ standard revision to use for tests and testbed")
|
|
|
+ set(ENTT_CXX_STD cxx_std_20 CACHE STRING "C++ standard revision to use for tests and testbed")
|
|
|
|
|
|
# Tests and tesetbed do not work together because SDL gets confused with EnTT tests
|
|
|
if(ENTT_BUILD_TESTING)
|