Преглед изворни кода

build: cxx standard update

skypjack пре 1 месец
родитељ
комит
0ed7e3163e
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      CMakeLists.txt

+ 1 - 1
CMakeLists.txt

@@ -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)