[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
Thu Feb 16 13:09:47 CST 2012
branch "master" has been updated
via 57bbeebe490f4ac54f9040a9ec440e8194c8d25d (commit)
from 88e28bfed27fef6f4c3b94578437e05aa6e139f9 (commit)
Summary of changes:
modules/FindIce.cmake | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
- Log -----------------------------------------------------------------
commit 57bbeebe490f4ac54f9040a9ec440e8194c8d25d
Author: Brent Eagles <beagles at digium.com>
Date: Thu Feb 16 15:39:30 2012 -0330
The list of paths to search for x64 builds was incomplete.
diff --git a/modules/FindIce.cmake b/modules/FindIce.cmake
index 9d8f382..8bdc3ec 100644
--- a/modules/FindIce.cmake
+++ b/modules/FindIce.cmake
@@ -138,6 +138,7 @@ function(_ice_find_library library)
endif()
if(CMAKE_CL_64)
set(_ice_libdir "${_ice_libdir}/x64")
+ list(APPEND _ice_libdirs "lib/x64")
endif()
# first search the more specified libdir, as used by the .msi installer
# if it's not there, try just lib. that's where make install puts it
-----------------------------------------------------------------------
--
asterisk-scf/release/cmake.git
More information about the asterisk-scf-commits
mailing list