Bug 126060 - [CMake] Function CONFIGURE_PACKAGE_CONFIG_FILE() gives a wrong result
Summary: [CMake] Function CONFIGURE_PACKAGE_CONFIG_FILE() gives a wrong result
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Linux
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-12-20 00:46 PST by Marina Prokofieva
Modified: 2013-12-20 00:46 PST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Marina Prokofieva 2013-12-20 00:46:14 PST
When a variable(for example PRODUCT_DIR) of PATH_VARS is defined but is null (""), PACKAGE_PRODUCT_DIR="${PACKAGE_PREFIX_DIR}/" after using of function CONFIGURE_PACKAGE_CONFIG_FILE(). 
Is not correctly, in my opinion. Using function CONFIGURE_PACKAGE_CONFIG_FILE() is must replace @PACKAGE_PRODUCT_DIR@ as "" in *Config.cmake file.