From 58b7f567e9a5bf772c317171bfd4b73972841ceb Mon Sep 17 00:00:00 2001 From: Roland Conybeare Date: Sun, 8 Oct 2023 13:56:20 -0400 Subject: [PATCH] build: xo_dependency_headeronly() -> xo_dependency() --- src/reflect/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/reflect/CMakeLists.txt b/src/reflect/CMakeLists.txt index f8d84446..e22a2c4c 100644 --- a/src/reflect/CMakeLists.txt +++ b/src/reflect/CMakeLists.txt @@ -9,7 +9,7 @@ xo_add_shared_library(${SELF_LIBRARY_NAME} ${PROJECT_VERSION} 1 ${SELF_SOURCE_FI # dependencies: indentlog, ... # note: changes here must coordinate with cmake/reflectConfig.cmake.in -xo_dependency_headeronly(${SELF_LIBRARY_NAME} indentlog) +xo_dependency(${SELF_LIBRARY_NAME} indentlog) xo_dependency(${SELF_LIBRARY_NAME} refcnt) # ----------------------------------------------------------------