From 7c1e38d3adc79db7586f86dba64f7b15635792b2 Mon Sep 17 00:00:00 2001 From: kamilritz Date: Fri, 18 Oct 2019 14:26:54 +0200 Subject: [PATCH] Make it build with Firmware --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e05df6925e..884655d5af 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -156,9 +156,9 @@ add_subdirectory(geo) add_subdirectory(geo_lookup) add_subdirectory(l1) add_subdirectory(tecs) +add_subdirectory(validation) if(BUILD_TESTING) - add_subdirectory(validation) add_subdirectory(test) endif()