| Summary: | [CMake] Function CONFIGURE_PACKAGE_CONFIG_FILE() gives a wrong result | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Marina Prokofieva <marina.prokofieva> |
| Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW --- | ||
| Severity: | Normal | ||
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | PC | ||
| OS: | Linux | ||
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.