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.
1 parent b09ce70 commit 3f13f73Copy full SHA for 3f13f73
.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