summaryrefslogtreecommitdiffstats
path: root/base/native-tools
diff options
context:
space:
mode:
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(