From 5da396c8c3f85811f1c7f078a3c1f20beb72e334 Mon Sep 17 00:00:00 2001 From: Roland Conybeare Date: Sun, 8 Oct 2023 14:05:42 -0400 Subject: [PATCH] build: xo_dependency_headeronly() -> xo_headeronly_dependency() --- CMakeLists.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index cde16d98..94bd08fa 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -48,4 +48,6 @@ xo_export_cmake_config(${PROJECT_NAME} ${PROJECT_VERSION} ${PROJECT_NAME}Targets # ---------------------------------------------------------------- # input dependencies -xo_dependency_headeronly(${SELF_LIB} randomgen) +# xo-ordinaltree is also header-only +# +xo_headeronly_dependency(${SELF_LIB} randomgen)