aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKitsune Ral <Kitsune-Ral@users.sf.net>2020-06-12 13:12:36 +0200
committerKitsune Ral <Kitsune-Ral@users.sf.net>2020-06-12 13:12:36 +0200
commit1e9ebbe5d5e0fa210f15277e4973a85bdb6d0d67 (patch)
tree476a0fa53a3af32ba3e6befe61fb2172f053c632
parent9ef0a32c2273d617b81fe47e1557f9d2754f0930 (diff)
downloadlibquotient-1e9ebbe5d5e0fa210f15277e4973a85bdb6d0d67.tar.gz
libquotient-1e9ebbe5d5e0fa210f15277e4973a85bdb6d0d67.zip
CMakeLists.txt: fix a typo
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 3eef0384..cb51563c 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -236,7 +236,7 @@ if (MATRIX_DOC_PATH AND GTAD_PATH)
${ABS_CLANG_FORMAT} ${CLANG_FORMAT_ARGS} ${api_ALL_SRCS}
DEPENDS generate-unformatted-api
VERBATIM)
- add_dependencies(update-api DEPENDS format-api)
+ add_dependencies(update-api format-api)
endif()
endif()
endif()