https://github.com/Kitware/CMake
Revision 295c8efa359cbee22e45e6e9358990209b35aa39 authored by Brad King on 21 October 2016, 13:12:34 UTC, committed by Brad King on 21 October 2016, 14:43:45 UTC
See `${ndk}/build/core/default-build-commands.mk` for link flags the NDK
uses for executables.  Add them to our default executable link flags.
Suppress `nocopyreloc` on `arm64-v8a` because it does not work with
some STL types.

Closes: #16380
1 parent 43f4326
Raw File
Tip revision: 295c8efa359cbee22e45e6e9358990209b35aa39 authored by Brad King on 21 October 2016, 13:12:34 UTC
Android: Add missing link flags for device executables
Tip revision: 295c8ef
DartConfig.cmake
# Distributed under the OSI-approved BSD 3-Clause License.  See accompanying
# file Copyright.txt or https://cmake.org/licensing for details.

set(CTEST_PROJECT_NAME "CMake")
set(CTEST_NIGHTLY_START_TIME "21:00:00 EDT")

set(CTEST_DROP_METHOD "http")
set(CTEST_DROP_SITE "open.cdash.org")
set(CTEST_DROP_LOCATION "/submit.php?project=CMake")
set(CTEST_DROP_SITE_CDASH TRUE)
back to top