Bug #3669
closedCMake doesn't find fcgi header files when using FCGI_PREFIX/USERLIB_PREFIX
0%
Description
Hi,
When searching for the fastcgi library and include files, the build system doesn't find the include path if FCGI_PREFIX or USERLIB_PREFIX are set. I didn't notice this before since I had the fcgi development package installed on my system, so although the libraries were being picked up correctly for crosscompiling the headers were not (but being the same version there was no incompatibility). Having removed the file, the headers could no longer be found.
I think the search for the header file is just missing an entry to tell it to look in FCGI_PREFIX. Proposed patch (against git master eaad2288320fcadb8409649687baaa87a4ae3b0f) attached. This builds correctly and has the correct setting for FCGI_INCLUDE_DIR in CMakeCache.txt.
Files
Updated by Koen Deforche almost 10 years ago
- Status changed from New to InProgress
- Assignee set to Benoit Daccache
- Target version set to 3.3.4
Updated by Benoit Daccache almost 10 years ago
- Status changed from InProgress to Resolved
Updated by Koen Deforche over 9 years ago
- Status changed from Resolved to Closed