From 0dc4fd13f0b6cecc81cd2283a445eb420b133f0a Mon Sep 17 00:00:00 2001 From: Andrea Cavalli Date: Mon, 8 May 2023 11:24:24 +0200 Subject: [PATCH] update --- .github/workflows/toolchains/toolchain-arm64.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/toolchains/toolchain-arm64.cmake b/.github/workflows/toolchains/toolchain-arm64.cmake index 40fe01e..470dba3 100644 --- a/.github/workflows/toolchains/toolchain-arm64.cmake +++ b/.github/workflows/toolchains/toolchain-arm64.cmake @@ -26,7 +26,7 @@ SET(CMAKE_FIND_ROOT_PATH_MODE_INCLUDE ONLY) SET(CMAKE_FIND_ROOT_PATH_MODE_PACKAGE ONLY) # Optionally reduce compiler sanity check when cross-compiling. -set(CMAKE_TRY_COMPILE_TARGET_TYPE STATIC_LIBRARY) +#set(CMAKE_TRY_COMPILE_TARGET_TYPE STATIC_LIBRARY) #include_directories("${CROSS_OPENJDK_PATH}/include/linux")