https://bugs.kde.org/show_bug.cgi?id=374801

Stephen Kelly <steve...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|UNCONFIRMED                 |RESOLVED
      Latest Commit|                            |https://commits.kde.org/ext
                   |                            |ra-cmake-modules/8aa6843404
                   |                            |f9c6faef66cb9c76358158eafc1
                   |                            |af1

--- Comment #13 from Stephen Kelly <steve...@gmail.com> ---
Git commit 8aa6843404f9c6faef66cb9c76358158eafc1af1 by Stephen Kelly.
Committed on 11/01/2017 at 21:07.
Pushed by skelly into branch 'master'.

Explicitly pass -std=gnu++14 to clang when generating bindings

The generator expression here looks like it should work, but it does not
set the appropriate flags for compilation.  It seems that the
CXX_STANDARD property is not yet populated at the time the generator
expression is evaluated (to be investigated later).

This came to light because users of Qt 5.7+ attempted to generate the
bindings, but they encountered errors.  The step of using libclang to
parse the provided headers was actually failing, but that was not
noticed, perhaps because the logging infrastructure in sip_generator
does not emit it (to investigate later).

M  +5    -3    find-modules/FindPythonModuleGeneration.cmake

https://commits.kde.org/extra-cmake-modules/8aa6843404f9c6faef66cb9c76358158eafc1af1

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to