From c2d705e612a53050339f7228889c7ada06141085 Mon Sep 17 00:00:00 2001 From: Alex Voinea Date: Mon, 20 Sep 2021 19:10:27 +0200 Subject: [PATCH] Fix unit tests --- lib/CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/CMakeLists.txt b/lib/CMakeLists.txt index 13893f0..17bbcac 100644 --- a/lib/CMakeLists.txt +++ b/lib/CMakeLists.txt @@ -1,4 +1,5 @@ if(NOT CMAKE_CROSSCOMPILING) add_subdirectory(Catch2) +else() + include(AddLufa.cmake) endif() -include(AddLufa.cmake)