<table><tr><td style="">Martchus added a comment.
</td><a style="text-decoration: none; padding: 4px 8px; margin: 0 8px 8px; float: right; color: #464C5C; font-weight: bold; border-radius: 3px; background-color: #F7F7F9; background-image: linear-gradient(to bottom,#fff,#f1f0f1); display: inline-block; border: 1px solid rgba(71,87,120,.2);" href="https://phabricator.kde.org/D11776">View Revision</a></tr></table><br /><div><div><p><a href="https://phabricator.kde.org/p/apol/" style="
              border-color: #f1f7ff;
              color: #19558d;
              background-color: #f1f7ff;
                border: 1px solid transparent;
                border-radius: 3px;
                font-weight: bold;
                padding: 0 4px;">@apol</a> I'm not that familiar with Android, but I guess the variable <tt style="background: #ebebeb; font-size: 13px;">CMAKE_CXX_STANDARD_LIBRARIES</tt> is not limited to contain only a single library (note the plural in the variable name). So I think we should handle that.</p>

<p>BTW, I'm just testing with the <tt style="background: #ebebeb; font-size: 13px;">accelbubble</tt> example from Qt. I created a fairly simple <tt style="background: #ebebeb; font-size: 13px;">CMakeLists.txt</tt> for it which definitely doesn't mess with the variables:</p>

<div class="remarkup-code-block" style="margin: 12px 0;" data-code-lang="text" data-sigil="remarkup-code-block"><pre class="remarkup-code" style="font: 11px/15px "Menlo", "Consolas", "Monaco", monospace; padding: 12px; margin: 0; background: rgba(71, 87, 120, 0.08);">cmake_minimum_required(VERSION 3.1.0 FATAL_ERROR)

set(CMAKE_AUTORCC ON)

find_package(Qt5Core)
find_package(Qt5Quick)
find_package(Qt5Sensors)
find_package(Qt5Svg)
find_package(Qt5Xml)

add_executable(accelbubble main.cpp accelbubble.qrc)
target_link_libraries(accelbubble Qt5::Quick Qt5::Sensors Qt5::Svg Qt5::Xml)</pre></div>

<p>I also didn't touch that variable via CLI options when invoking CMake. However, to workaround the issue I tried it. But using <tt style="background: #ebebeb; font-size: 13px;">-DCMAKE_CXX_STANDARD_LIBRARIES=/opt/android-ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/arm64-v8a/libgnustl_shared.so</tt> only leads to the specified value being pretended to the auto-detected values (so I end up having <tt style="background: #ebebeb; font-size: 13px;">.../libgnustl_shared.so</tt> twice).</p></div></div><br /><div><strong>REPOSITORY</strong><div><div>R240 Extra CMake Modules</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D11776">https://phabricator.kde.org/D11776</a></div></div><br /><div><strong>To: </strong>apol, Frameworks, Build System, vkrause<br /><strong>Cc: </strong>kde-frameworks-devel, kde-buildsystem, Martchus, vkrause, michaelh, ngraham, bruns<br /></div>