View Issue Details [ Jump to Notes ] | [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
0014373 | CMake | Modules | public | 2013-08-26 05:20 | 2016-06-10 14:31 | ||||
Reporter | Pierrick Koch | ||||||||
Assigned To | Eric Wing | ||||||||
Priority | normal | Severity | minor | Reproducibility | always | ||||
Status | closed | Resolution | moved | ||||||
Platform | UNIX | OS | Ubuntu | OS Version | 12.04.3 x86_64 | ||||
Product Version | CMake 2.8.7 | ||||||||
Target Version | Fixed in Version | ||||||||
Summary | 0014373: [CMake/Modules/FindGDAL] Use `gdal-config --cflags` to get GDAL_INCLUDE_DIR | ||||||||
Description | The following patch parses the `gdal-config --cflags` command to get GDAL_INCLUDE_DIR, the same way it is used to get GDAL_LIBRARY. | ||||||||
Tags | No tags attached. | ||||||||
Attached Files | ![]() | ||||||||
Relationships | |
Relationships |
Notes | |
(0033747) Brad King (manager) 2013-08-26 12:49 |
From the patch: + exec_program(${GDAL_CONFIG} ARGS --cflags OUTPUT_VARIABLE GDAL_CONFIG_CFLAGS) Please use the modern execute_process command instead of the old exec_program command. Also, of course we cannot upstream the changes related to making it a custom module. |
(0042354) Kitware Robot (administrator) 2016-06-10 14:29 |
Resolving issue as `moved`. This issue tracker is no longer used. Further discussion of this issue may take place in the current CMake Issues page linked in the banner at the top of this page. |
Notes |
Issue History | |||
Date Modified | Username | Field | Change |
2013-08-26 05:20 | Pierrick Koch | New Issue | |
2013-08-26 05:20 | Pierrick Koch | File Added: FindGDAL.cmake.patch | |
2013-08-26 07:03 | Rolf Eike Beer | Assigned To | => Eric Wing |
2013-08-26 07:03 | Rolf Eike Beer | Status | new => assigned |
2013-08-26 12:49 | Brad King | Note Added: 0033747 | |
2016-06-10 14:29 | Kitware Robot | Note Added: 0042354 | |
2016-06-10 14:29 | Kitware Robot | Status | assigned => resolved |
2016-06-10 14:29 | Kitware Robot | Resolution | open => moved |
2016-06-10 14:31 | Kitware Robot | Status | resolved => closed |
Issue History |
Copyright © 2000 - 2018 MantisBT Team |