Skip to content

Commit 3f13f73

Browse files
committed
Fix gersemi settings
1 parent b09ce70 commit 3f13f73

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,4 @@ repos:
3333
rev: 0.17.0
3434
hooks:
3535
- id: gersemi
36+
args: [--no-warn-about-unknown-commands]

examples/simple-mallocMC/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cmake_minimum_required(VERSION 3.14...3.22)
22

33
if(POLICY CMP0167)
4-
cmake_policy(SET CMP0167 NEW)
4+
cmake_policy(SET CMP0167 NEW)
55
endif()
66
project(KitGenBenchExampleSimpleMallocMC LANGUAGES CXX)
77

0 commit comments

Comments
 (0)