diff options
author | Allen Winter <allen.winter@kdab.com> | 2015-06-02 18:36:50 -0400 |
---|---|---|
committer | Allen Winter <allen.winter@kdab.com> | 2015-06-02 18:36:50 -0400 |
commit | 87c71958d01ee080218cc2753c8cde6e64593973 (patch) | |
tree | 32b736509873a64f42aabc929ffa4e2f2ba84869 /cmake | |
parent | 5cf5e4ab5789af06b6a951aa4e04938c22cd0d69 (diff) | |
download | libical-git-87c71958d01ee080218cc2753c8cde6e64593973.tar.gz |
Install.txt - talk about libicu dependency
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 c067c7c5..e62f7371 100644 --- a/cmake/modules/FindICU.cmake +++ b/cmake/modules/FindICU.cmake @@ -13,7 +13,7 @@ # ICO_MINOR_VERSION - ICU minor version # -if (WIN32) +if(WIN32) file(TO_CMAKE_PATH "$ENV{PROGRAMFILES}" _program_FILES_DIR) endif() |