From ebe4100f34d1899ced72f43ed055cc21a3e7e1e1 Mon Sep 17 00:00:00 2001 From: Johannes Stoelp Date: Mon, 26 Feb 2024 21:18:56 +0100 Subject: port to systemc-3.0.0 beta --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 66d2662..bd9b8f0 100644 --- a/Makefile +++ b/Makefile @@ -38,7 +38,7 @@ BUILD/CMakeCache.txt: CMakeLists.txt -G Ninja \ -DCMAKE_EXPORT_COMPILE_COMMANDS=1 \ -DCMAKE_BUILD_TYPE=DEBUG \ - -DCMAKE_CXX_STANDARD=14 \ + -DCMAKE_CXX_STANDARD=17 \ -DBUILD_SHARED_LIBS=OFF \ #-DCMAKE_FIND_DEBUG_MODE=ON ln -sfn BUILD/compile_commands.json @@ -49,7 +49,7 @@ targets: ninja -C BUILD -t targets fmt: - clang-format -i $(shell shell find src test -type f -name \*.h -or -name \*.cc) + clang-format -i $(shell find src test -type f -name \*.h -or -name \*.cc) # -- CLEAN --------------------------------------------------------------------- -- cgit v1.2.3