Opened 5 years ago
Closed 5 years ago
#12374 closed defect (fixed)
Fix grantlee to work with modern CMake
Reported by: | Douglas R. Reno | Owned by: | Douglas R. Reno |
---|---|---|---|
Priority: | normal | Milestone: | 9.0 |
Component: | BOOK | Version: | SVN |
Severity: | normal | Keywords: | |
Cc: |
Description
With the newest CMake, Grantlee's build process errors out about not having C++11 compiler support (for some reason, it's not getting defined).
The upstream fixes patch should be modified to add this:
https://github.com/steveire/grantlee/pull/54/commits/3a5fc7662da3261be6496611900c095844e56ab1
Change History (3)
comment:1 by , 5 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
Type: | enhancement → defect |
comment:2 by , 5 years ago
Note:
See TracTickets
for help on using tickets.
Patch uploaded at r3978