https://bugs.kde.org/show_bug.cgi?id=395763
Bug ID: 395763
Summary: file:/// as cmake toolchain file on android build
Product: kdevelop
Version: 5.2.1
Platform: Other
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: NOR
Component: Build tools: CMake
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
I try to use "Runtime: android" with my cmake project. It generates the
following string:
/home/v/compile/2048_NG/abuild> /usr/bin/cmake
-DCMAKE_EXPORT_COMPILE_COMMANDS=ON -DCMAKE_BUILD_TYPE=Debug
/home/v/compile/2048_NG
-DCMAKE_TOOLCHAIN_FILE=file:///usr/share/ECM/toolchain/Android.cmake
-DANDROID_ABI=armeabi-v7a -DANDROID_NDK=file:/home/v/compile/android-ndk-r17/
-DANDROID_TOOLCHAIN=arm-linux-androideabi -DANDROID_API_LEVEL=14
-DANDROID_ARCHITECTURE=arm -DANDROID_SDK_BUILD_TOOLS_REVISION=21.1.1
CMake don't understand file:/// notation and crash.
--
You are receiving this mail because:
You are watching all bug changes.