Tests: Add tests for timestamp-based backups

This commit is contained in:
Chris Hennes
2025-07-19 22:11:19 -05:00
committed by Kacper Donat
parent cc3fb04e2b
commit 766a0eb835
2 changed files with 328 additions and 1 deletions

View File

@@ -46,6 +46,8 @@ macro(CompilerChecksAndSetups)
else()
set(CMAKE_CXX_STANDARD 20)
endif()
set(CMAKE_CXX_STANDARD_REQUIRED ON)
set(CMAKE_CXX_EXTENSIONS OFF)
# Log the compiler and version
message(STATUS "Compiler: ${CMAKE_CXX_COMPILER_ID}, version: ${CMAKE_CXX_COMPILER_VERSION}")