Skip to content

Commit

Permalink
fix: Make CMake version warning fatal (AztecProtocol#4144)
Browse files Browse the repository at this point in the history
  • Loading branch information
ludamad authored Jan 19, 2024
1 parent cd2f67f commit b1443fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion barretenberg/cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# barretenberg
# copyright 2019 Spilsbury Holdings Ltd

cmake_minimum_required(VERSION 3.24)
cmake_minimum_required(VERSION 3.24 FATAL_ERROR)

project(
Barretenberg
Expand Down

0 comments on commit b1443fa

Please sign in to comment.