From 56cea28cbdacfc9af1eca4b27889e1a90cd22a5c Mon Sep 17 00:00:00 2001 From: Coder2 <83895170+Jack253-png@users.noreply.github.com> Date: Sun, 8 Jun 2025 06:32:18 +0800 Subject: [PATCH] Update CMakeLists.txt --- CMakeLists.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3e0bc81c97..24f1ddaf3b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1506,9 +1506,6 @@ elseif(OHOS) # disable warnings from the toolchain sdl_compile_options(PRIVATE "-Wno-unused-command-line-argument") - set(CMAKE_C_COMPILER_EXTERNAL_TOOLCHAIN "") - set(CMAKE_CXX_COMPILER_EXTERNAL_TOOLCHAIN "") - sdl_link_dependency(OHOS_LIBS LIBS ace_napi.z hilog_ndk.z ace_ndk.z rawfile.z pixelmap_ndk.z) sdl_glob_sources("${SDL3_SOURCE_DIR}/src/core/ohos/*.c")