Open GoogleCodeExporter opened 8 years ago
I Changed the latest version to this:
# where is the target environment
set( CMAKE_FIND_ROOT_PATH_CUSTOM_APPEND CACHE STRING "Add custom path to the
end of CMAKE_FIND_ROOT_PATH" )
# where is the target environment
set( CMAKE_FIND_ROOT_PATH "${ANDROID_TOOLCHAIN_ROOT}/bin"
"${ANDROID_TOOLCHAIN_ROOT}/${ANDROID_TOOLCHAIN_MACHINE_NAME}"
"${ANDROID_SYSROOT}" "${CMAKE_INSTALL_PREFIX}" "${CMAKE_INSTALL_PREFIX}/share"
"${CMAKE_FIND_ROOT_PATH_CUSTOM_APPEND}" )
Patch attached
Original comment by ma...@bernawebdesign.ch
on 20 Sep 2012 at 1:03
Attachments:
Still seeing this.
Original comment by LCIDF...@gmail.com
on 10 Aug 2014 at 4:04
Original issue reported on code.google.com by
VShapra...@flightpath3d.com
on 26 Mar 2012 at 1:46