From cef1f81f5f32a2bf01e52308ce4463e90fa26428 Mon Sep 17 00:00:00 2001 From: Roland Conybeare Date: Thu, 18 Apr 2024 17:28:18 -0400 Subject: [PATCH] xo-ratio: build: drop unused xo-reflect dep --- example/ex1/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/ex1/CMakeLists.txt b/example/ex1/CMakeLists.txt index b7050cfc..224e5690 100644 --- a/example/ex1/CMakeLists.txt +++ b/example/ex1/CMakeLists.txt @@ -10,6 +10,6 @@ xo_include_options2(${SELF_EXE}) # dependencies.. xo_self_dependency(${SELF_EXE} xo_ratio) -xo_dependency(${SELF_EXE} reflect) +#xo_dependency(${SELF_EXE} reflect) # end CMakeLists.txt