-
- Downloads
Android: Avoid interfering with common pre-existing toolchain files
Commonly used Android toolchain files that pre-date CMake upstream support may need to be updated to work with our new functionality. They typically set CMAKE_SYSTEM_VERSION to 1, so detect that and skip our upstream Android settings. When such toolchain files are updated to account for our upstream support, they can then set CMAKE_SYSTEM_VERSION to a valid Android API and get new behavior.
Showing
- Modules/Platform/Android-Clang.cmake 8 additions, 0 deletionsModules/Platform/Android-Clang.cmake
- Modules/Platform/Android-Determine.cmake 6 additions, 0 deletionsModules/Platform/Android-Determine.cmake
- Modules/Platform/Android-GNU.cmake 8 additions, 0 deletionsModules/Platform/Android-GNU.cmake
- Modules/Platform/Android-Initialize.cmake 6 additions, 0 deletionsModules/Platform/Android-Initialize.cmake
- Modules/Platform/Android/Determine-Compiler.cmake 8 additions, 0 deletionsModules/Platform/Android/Determine-Compiler.cmake
Loading
Please register or sign in to comment