From ac9465d38c9d808e28709ec98b3cffddc4fbae75 Mon Sep 17 00:00:00 2001 From: Jacob Barrett Date: Wed, 2 Dec 2020 15:58:45 -0800 Subject: [PATCH] Test PR 1.1 --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 60fd2edb05..cda32a6eda 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -403,3 +403,5 @@ if (USE_RAT) COMMENT "Checking source with Apache Rat." ) endif() + +message(FATAL_ERROR "this is a bad PR")