citrun

watch C/C++ source code execute
Log | Files | Refs | LICENSE

commit 66a2bbcee4a87c397263977e557387d0ffdfb782
parent 7779fb0aab31154edf21ba9de08f14ce0633345a
Author: Kyle Milz <krwmilz@gmail.com>
Date:   Sun, 24 Oct 2021 23:36:34 +0000

t: silence minimum cmake warning

Diffstat:
Mt/wrap_cmake.t | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/t/wrap_cmake.t b/t/wrap_cmake.t @@ -17,7 +17,7 @@ require utils; my $wrap = Test::Cmd->new( prog => 'bin/citrun_wrap', workdir => '' ); $wrap->write( 'CMakeLists.txt', <<'EOF' ); -cmake_minimum_required (VERSION 2.6) +cmake_minimum_required (VERSION 2.9) project (program) add_executable(program main.c) EOF