diff options
author | Slávek Banko <[email protected]> | 2020-06-16 01:56:21 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2020-06-16 01:56:21 +0200 |
commit | 98436f882d2146fe156c26e81bb87d409cfcf819 (patch) | |
tree | f61bb24b5b0374ff0edaddbf917b88be14d882c9 /doc/tdespell/CMakeLists.txt | |
parent | 3c4aa47a361de1757ef954b16f69a1001c311599 (diff) | |
download | tdelibs-98436f882d2146fe156c26e81bb87d409cfcf819.tar.gz tdelibs-98436f882d2146fe156c26e81bb87d409cfcf819.zip |
Use target names for commands instead of full paths.
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 <[email protected]>
Diffstat (limited to 'doc/tdespell/CMakeLists.txt')
-rw-r--r-- | doc/tdespell/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
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 ) |