diff options
author | Allen Winter <allen.winter@kdab.com> | 2019-04-26 17:00:34 -0400 |
---|---|---|
committer | Allen Winter <allen.winter@kdab.com> | 2019-04-26 17:00:34 -0400 |
commit | 8637e761e579995ff9d21ab05b5ea0d8bb3e0cda (patch) | |
tree | 45775572374860a3ab7bc4b23aa9bdd60c63f671 /cmake | |
parent | e9ecc437dd557dec184c16d867e90d21c1a24865 (diff) | |
download | libical-git-8637e761e579995ff9d21ab05b5ea0d8bb3e0cda.tar.gz |
cmake/modules/FindICU.cmake - fix a minor CMake warning
Diffstat (limited to 'cmake')
-rw-r--r-- | cmake/modules/FindICU.cmake | 2 |
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. |