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

[jira] [Updated] (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 ]

Tobias Mayer updated THRIFT-5097:
---------------------------------
    Description: 
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)`.

  was:
The line
{code:java}
set(THRIFT_VERSION ${thrift_VERSION}){code}


> 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
>            Priority: Minor
>
> 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)