summaryrefslogtreecommitdiffstats
path: root/base/native-tools
diff options
context:
space:
mode:
authorEndi S. Dewata <edewata@redhat.com>2016-07-21 02:26:24 +0200
committerEndi S. Dewata <edewata@redhat.com>2016-07-26 21:18:14 +0200
commit3f4c9e4e7946f3f330b71cfe36a00ae933de2575 (patch)
tree760d492df7b59ad1042e30676a292617f999b684 /base/native-tools
parenta307cf68e91327ddbef4b9d7e2bbd3991354831f (diff)
downloadpki-3f4c9e4e7946f3f330b71cfe36a00ae933de2575.tar.gz
pki-3f4c9e4e7946f3f330b71cfe36a00ae933de2575.tar.xz
pki-3f4c9e4e7946f3f330b71cfe36a00ae933de2575.zip
Added CMake target dependencies.
To help troubleshooting build issues, some CMake dependencies have been added to some targets even though the actual codes do not require those dependencies. This will ensure the targets are built sequentially so build failures can be found more easily at the end of the build log. https://fedorahosted.org/pki/ticket/2403
Diffstat (limited to 'base/native-tools')
-rw-r--r--base/native-tools/src/tkstool/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/native-tools/src/tkstool/CMakeLists.txt b/base/native-tools/src/tkstool/CMakeLists.txt
index 8b07950eb..8c6571788 100644
--- a/base/native-tools/src/tkstool/CMakeLists.txt
+++ b/base/native-tools/src/tkstool/CMakeLists.txt
@@ -34,7 +34,7 @@ set(tkstool_SRCS
include_directories(${TKSTOOL_PRIVATE_INCLUDE_DIRS})
add_executable(tkstool ${tkstool_SRCS})
-
+add_dependencies(tkstool pki-certsrv-jar)
target_link_libraries(tkstool ${TKSTOOL_LINK_LIBRARIES})
install(