build nit: xo_internal_dependency() -> xo_dependency()
This commit is contained in:
parent
5b558ce086
commit
5019c94024
2 changed files with 2 additions and 2 deletions
|
|
@ -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(..)
|
||||
|
||||
# ----------------------------------------------------------------
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
add_executable(ex2 ex2.cpp)
|
||||
xo_include_options2(ex2)
|
||||
xo_internal_dependency(ex2 indentlog)
|
||||
xo_dependency(ex2 indentlog)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue