We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b09ce70 + 3f13f73 commit 920229cCopy full SHA for 920229c
.pre-commit-config.yaml
@@ -33,3 +33,4 @@ repos:
33
rev: 0.17.0
34
hooks:
35
- id: gersemi
36
+ args: [--no-warn-about-unknown-commands]
examples/simple-mallocMC/CMakeLists.txt
@@ -1,7 +1,7 @@
1
cmake_minimum_required(VERSION 3.14...3.22)
2
3
if(POLICY CMP0167)
4
- cmake_policy(SET CMP0167 NEW)
+ cmake_policy(SET CMP0167 NEW)
5
endif()
6
project(KitGenBenchExampleSimpleMallocMC LANGUAGES CXX)
7
0 commit comments