You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "Jens Geyer (Jira)" <ji...@apache.org> on 2020/02/16 12:23:00 UTC

[jira] [Resolved] (THRIFT-5097) Incorrect THRIFT_VERSION in ThriftConfig.cmake

     [ https://issues.apache.org/jira/browse/THRIFT-5097?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jens Geyer resolved THRIFT-5097.
--------------------------------
    Fix Version/s: 0.14.0
       Resolution: Fixed

> Incorrect THRIFT_VERSION in ThriftConfig.cmake
> ----------------------------------------------
>
>                 Key: THRIFT-5097
>                 URL: https://issues.apache.org/jira/browse/THRIFT-5097
>             Project: Thrift
>          Issue Type: Bug
>          Components: Build Process
>    Affects Versions: 0.13.0
>            Reporter: Tobias Mayer
>            Assignee: Tobias Mayer
>            Priority: Minor
>             Fix For: 0.14.0
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> The line
> {code:java}
> set(THRIFT_VERSION ${thrift_VERSION}){code}
> uses "${}" style variables, but those don't get replaced by "configure_file()".
> As a result, the variable is left unset after `find_package(thrift)`.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)