build nit: xo_internal_dependency() -> xo_dependency()

This commit is contained in:
Roland Conybeare 2023-10-08 13:51:39 -04:00
commit 5019c94024
2 changed files with 2 additions and 2 deletions

View file

@ -40,7 +40,7 @@ xo_toplevel_compile_options()
# set CMAKE_INSTALL_PREFIX to analog of /usr
# to use .cmake assistants from /usr/lib/cmake/indentlog
#
# xo_internal_dependency(..)
# xo_dependency(..)
# ----------------------------------------------------------------

View file

@ -1,3 +1,3 @@
add_executable(ex2 ex2.cpp)
xo_include_options2(ex2)
xo_internal_dependency(ex2 indentlog)
xo_dependency(ex2 indentlog)