[Cmake-commits] CMake branch, next, updated. v3.6.0-754-g83acd62
Roger Leigh
rleigh at codelibre.net
Sun Jul 10 16:26:41 EDT 2016
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMake".
The branch, next has been updated
via 83acd621676ea63da5d2789300a56ec54494f225 (commit)
via 2ee9ca0c62312f1054ac59a7393d3d9cde81a912 (commit)
from 4328891e82e4231f513a60aa77afad829c67f8bc (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=83acd621676ea63da5d2789300a56ec54494f225
commit 83acd621676ea63da5d2789300a56ec54494f225
Merge: 4328891 2ee9ca0
Author: Roger Leigh <rleigh at codelibre.net>
AuthorDate: Sun Jul 10 16:26:40 2016 -0400
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Sun Jul 10 16:26:40 2016 -0400
Merge topic 'findicu' into next
2ee9ca0c FindICU: Set imported target INTERFACE_INCLUDE_DIRECTORIES
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=2ee9ca0c62312f1054ac59a7393d3d9cde81a912
commit 2ee9ca0c62312f1054ac59a7393d3d9cde81a912
Author: Roger Leigh <rleigh at codelibre.net>
AuthorDate: Sun Jul 10 20:22:46 2016 +0000
Commit: Roger Leigh <rleigh at codelibre.net>
CommitDate: Sun Jul 10 20:24:44 2016 +0000
FindICU: Set imported target INTERFACE_INCLUDE_DIRECTORIES
diff --git a/Modules/FindICU.cmake b/Modules/FindICU.cmake
index fd333bb..d8db681 100644
--- a/Modules/FindICU.cmake
+++ b/Modules/FindICU.cmake
@@ -250,7 +250,7 @@ if(ICU_FOUND)
set("${_ICU_component_lib}" "${${_ICU_component_cache}}")
if(NOT TARGET ${_ICU_imported_target})
add_library(${_ICU_imported_target} UNKNOWN IMPORTED)
- if()
+ if(ICU_INCLUDE_DIR)
set_target_properties(${_ICU_imported_target} PROPERTIES
INTERFACE_INCLUDE_DIRECTORIES "${ICU_INCLUDE_DIR}")
endif()
-----------------------------------------------------------------------
Summary of changes:
Modules/FindICU.cmake | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list