diff --git a/CMakeLists.txt b/CMakeLists.txt index 87383904..c5413d7a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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(..) # ---------------------------------------------------------------- diff --git a/example/ex2/CMakeLists.txt b/example/ex2/CMakeLists.txt index ee6687f2..78016d45 100644 --- a/example/ex2/CMakeLists.txt +++ b/example/ex2/CMakeLists.txt @@ -1,3 +1,3 @@ add_executable(ex2 ex2.cpp) xo_include_options2(ex2) -xo_internal_dependency(ex2 indentlog) +xo_dependency(ex2 indentlog)