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 10:59:00 UTC

[jira] [Assigned] (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 reassigned THRIFT-5097:
----------------------------------

    Assignee: Tobias Mayer

> 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
>          Time Spent: 10m
>  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)