From 98436f882d2146fe156c26e81bb87d409cfcf819 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Tue, 16 Jun 2020 01:56:21 +0200 Subject: Use target names for commands instead of full paths. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit When using target names for commands, CMake automatically resolves the necessary dependencies without having to specify them in the CMakeLists.txt source code or in the common TDE CMake module. Signed-off-by: Slávek Banko --- doc/tdespell/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'doc') diff --git a/doc/tdespell/CMakeLists.txt b/doc/tdespell/CMakeLists.txt index 6e2539833..72836d572 100644 --- a/doc/tdespell/CMakeLists.txt +++ b/doc/tdespell/CMakeLists.txt @@ -10,4 +10,3 @@ ################################################# tde_create_handbook( SRCDIR ${CMAKE_SOURCE_DIR}/kdoctools DESTINATION tdespell ) -add_dependencies( tdespell-en-handbook meinproc ) -- cgit v1.2.1