View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0014373CMakeModulespublic2013-08-26 05:202016-06-10 14:31
ReporterPierrick Koch 
Assigned ToEric Wing 
PrioritynormalSeverityminorReproducibilityalways
StatusclosedResolutionmoved 
PlatformUNIXOSUbuntuOS Version12.04.3 x86_64
Product VersionCMake 2.8.7 
Target VersionFixed in Version 
Summary0014373: [CMake/Modules/FindGDAL] Use `gdal-config --cflags` to get GDAL_INCLUDE_DIR
DescriptionThe following patch parses the `gdal-config --cflags` command to get GDAL_INCLUDE_DIR, the same way it is used to get GDAL_LIBRARY.
TagsNo tags attached.
Attached Filespatch file icon FindGDAL.cmake.patch [^] (1,633 bytes) 2013-08-26 05:20 [Show Content]

 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.

 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


Copyright © 2000 - 2018 MantisBT Team