From 37170d604d2ed8c449575988d42232fd404c5880 Mon Sep 17 00:00:00 2001 From: Roland Conybeare Date: Sun, 28 Apr 2024 14:54:33 -0400 Subject: [PATCH] xo-unit: build: exported cmake config must pull xo_ratio --- cmake/xo_unitConfig.cmake.in | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/cmake/xo_unitConfig.cmake.in b/cmake/xo_unitConfig.cmake.in index e5ee1778..1d19e419 100644 --- a/cmake/xo_unitConfig.cmake.in +++ b/cmake/xo_unitConfig.cmake.in @@ -2,10 +2,7 @@ include(CMakeFindDependencyMacro) -# note: changes to find_dependency() calls here -# must coordinate with xo_dependency() calls -# in xo-reactor/src/reactor/CMakeLists.txt -# +find_dependency(xo_ratio) #find_dependency(reflect) #find_dependency(subsys) #find_dependency(Eigen3)