Skip to content
Snippets Groups Projects
Unverified Commit aef1b9fb authored by Vitalii Koshura's avatar Vitalii Koshura Committed by GitHub
Browse files

Merge pull request #5316 from AenBleidd/vko_fix_android_build

[CI] Fix paths for renamed vcpkg triplet files
parents d674ab3c d92d62a0
No related branches found
No related tags found
No related merge requests found
......@@ -16,6 +16,6 @@
# along with BOINC. If not, see <http://www.gnu.org/licenses/>.
include(${CMAKE_CURRENT_LIST_DIR}/../../vcpkg_root_find.cmake)
include(${VCPKG_ROOT}/triplets/community/arm-neon-android.cmake)
include(${VCPKG_ROOT}/triplets/arm-neon-android.cmake)
set(VCPKG_CMAKE_SYSTEM_VERSION android-16)
......@@ -16,6 +16,6 @@
# along with BOINC. If not, see <http://www.gnu.org/licenses/>.
include(${CMAKE_CURRENT_LIST_DIR}/../../vcpkg_root_find.cmake)
include(${VCPKG_ROOT}/triplets/community/arm64-android.cmake)
include(${VCPKG_ROOT}/triplets/arm64-android.cmake)
set(VCPKG_CMAKE_SYSTEM_VERSION android-21)
......@@ -16,6 +16,6 @@
# along with BOINC. If not, see <http://www.gnu.org/licenses/>.
include(${CMAKE_CURRENT_LIST_DIR}/../../vcpkg_root_find.cmake)
include(${VCPKG_ROOT}/triplets/community/x64-android.cmake)
include(${VCPKG_ROOT}/triplets/x64-android.cmake)
set(VCPKG_CMAKE_SYSTEM_VERSION android-21)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment