diff options
author | Julian Andres Klode <julian.klode@canonical.com> | 2020-07-14 16:04:56 +0200 |
---|---|---|
committer | Julian Andres Klode <julian.klode@canonical.com> | 2020-07-14 16:04:56 +0200 |
commit | 9f78677281b8866a28af469dc7f437771f2a1b8f (patch) | |
tree | 24adc110502306655a746426815b0f11ea406538 /cmdline | |
parent | f21ca6d73dacc277e0b3d7a8fa15b2c30633d3ae (diff) |
CMake: Rename add_slaves() to add_links()
Sorry!
Diffstat (limited to 'cmdline')
-rw-r--r-- | cmdline/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmdline/CMakeLists.txt b/cmdline/CMakeLists.txt index d82239bee..91bf9bb0c 100644 --- a/cmdline/CMakeLists.txt +++ b/cmdline/CMakeLists.txt @@ -53,7 +53,7 @@ install(TARGETS apt-helper RUNTIME DESTINATION ${CMAKE_INSTALL_LIBEXECDIR}/apt/) install(TARGETS apt-dump-solver apt-internal-solver RUNTIME DESTINATION ${CMAKE_INSTALL_LIBEXECDIR}/apt/solvers) install(TARGETS apt-internal-planner RUNTIME DESTINATION ${CMAKE_INSTALL_LIBEXECDIR}/apt/planners) -add_slaves(${CMAKE_INSTALL_LIBEXECDIR}/apt/planners ../solvers/dump planners/dump) +add_links(${CMAKE_INSTALL_LIBEXECDIR}/apt/planners ../solvers/dump planners/dump) # Install the not-to-be-compiled programs INSTALL(PROGRAMS ${CMAKE_CURRENT_BINARY_DIR}/apt-key DESTINATION ${CMAKE_INSTALL_BINDIR}) |