From 59cf32283cf57a79599c74157c2dc5840e3446a3 Mon Sep 17 00:00:00 2001 From: Peguen <73380451+Peguen@users.noreply.github.com> Date: Tue, 10 Dec 2024 11:52:09 +0100 Subject: [PATCH] Added back yaml configuration. --- ecal/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ecal/CMakeLists.txt b/ecal/CMakeLists.txt index ac483494cc..d24ef206a9 100644 --- a/ecal/CMakeLists.txt +++ b/ecal/CMakeLists.txt @@ -35,7 +35,7 @@ endif() # -------------------------------------------------------- add_subdirectory(core/cfg) if(NOT CMAKE_CROSSCOMPILING) - # add_subdirectory(core/cfg/gen) + add_subdirectory(core/cfg/gen) endif() # --------------------------------------------------------