From 7add6297923d4e92a0d55ef14d29ec36c6498e2e Mon Sep 17 00:00:00 2001 From: Roland Conybeare Date: Sun, 22 Oct 2023 15:13:26 -0400 Subject: [PATCH] build: cmake target must match cmake config templates --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 727883e5..d148b38e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -36,7 +36,7 @@ add_subdirectory(utest) # ---------------------------------------------------------------- # header-only library -set(SELF_LIB ordinaltree) +set(SELF_LIB xo_ordinaltree) xo_add_headeronly_library(${SELF_LIB}) # ----------------------------------------------------------------