From 5e69c494ce7da5f25e65535bf3ac2c4f8c2c3556 Mon Sep 17 00:00:00 2001 From: Roland Conybeare Date: Sun, 28 Apr 2024 14:54:51 -0400 Subject: [PATCH] xo-unit: build: need explicit xo-flatstring dep (wtf) --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index e1ac7043..18c22842 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -46,7 +46,9 @@ add_subdirectory(docs) # ---------------------------------------------------------------- # dependencies +# for some reason, this doesn't reliably bring in xo_flatstring dependency xo_headeronly_dependency(${SELF_LIB} xo_ratio) +xo_headeronly_dependency(${SELF_LIB} xo_flatstring) # etc.. # end CMakeLists.txt