[asterisk-scf-commits] asterisk-scf/release/cmake.git branch "master" updated.
Commits to the Asterisk SCF project code repositories
asterisk-scf-commits at lists.digium.com
Fri Sep 10 16:35:50 CDT 2010
branch "master" has been updated
via 9824981d758dc8452b9bdd2c09c44a88de3ea6a6 (commit)
from 1e7a1725fe9e2d176a2c26820d6bcd96c6c3939e (commit)
Summary of changes:
Hydra_v4.cmake | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit 9824981d758dc8452b9bdd2c09c44a88de3ea6a6
Author: Ken Hunt <ken.hunt at digium.com>
Date: Fri Sep 10 16:34:15 2010 -0500
Ice environment path usage made platform portable.
diff --git a/Hydra_v4.cmake b/Hydra_v4.cmake
index 7a9b5d0..ed72d94 100644
--- a/Hydra_v4.cmake
+++ b/Hydra_v4.cmake
@@ -89,7 +89,8 @@ function(find_ICE version)
else()
message(FATAL_ERROR "Ice installation located at ${ice} is incomplete or broken (missing 'slice' directory)")
endif()
- set_cache_var(ICE_DIR "${ice}")
+ file(TO_CMAKE_PATH "${ice}" ice_cmake_path)
+ set_cache_var(ICE_DIR "${ice_cmake_path}")
endfunction()
# Find Ice headers and libraries for CXX components
-----------------------------------------------------------------------
--
asterisk-scf/release/cmake.git
More information about the asterisk-scf-commits
mailing list