summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAllen Winter <allen.winter@kdab.com>2019-04-26 17:00:34 -0400
committerAllen Winter <allen.winter@kdab.com>2019-04-26 17:01:27 -0400
commitf7b1386b6ab7f298bfe7f1f901ae70cc2d7da206 (patch)
tree68097ea76a3373fe4558d16f37b141ba8290f683
parent6bee8a769edc7a9b97429a80983c23328c293f57 (diff)
downloadlibical-git-f7b1386b6ab7f298bfe7f1f901ae70cc2d7da206.tar.gz
cmake/modules/FindICU.cmake - fix a minor CMake warning
-rw-r--r--cmake/modules/FindICU.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/modules/FindICU.cmake b/cmake/modules/FindICU.cmake
index 53213efe..460db33f 100644
--- a/cmake/modules/FindICU.cmake
+++ b/cmake/modules/FindICU.cmake
@@ -71,7 +71,7 @@ find_program(
/usr/local/opt/icu4c/bin/
)
get_filename_component(tmp_DIR ${tmp_DIR} DIRECTORY)
-set(ICU_BINARY_DIR ${tmp_DIR} CACHE DOC "Runtime binaries directory for the ICU library")
+set(ICU_BINARY_DIR ${tmp_DIR} CACHE DOC STRING "Runtime binaries directory for the ICU library")
mark_as_advanced(ICU_BINARY_DIR)
# Copy the results to the output variables.