From 9cc185e98a47c4ab6f0163d5b6050c40d3122326 Mon Sep 17 00:00:00 2001 From: nick black Date: Wed, 8 Apr 2020 11:46:33 -0400 Subject: [PATCH] fedora: USE_TESTS in specfile, not USE_TEST, ugh --- tools/notcurses.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/notcurses.spec b/tools/notcurses.spec index baef14e47..ff93ec20a 100644 --- a/tools/notcurses.spec +++ b/tools/notcurses.spec @@ -18,7 +18,7 @@ an API similar to that of Curses, and rides atop Terminfo. %setup %build -%cmake -DUSE_FFMPEG=off -DUSE_TEST=off . +%cmake -DUSE_FFMPEG=off -DUSE_TESTS=off . %make_build %install