mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 13:20:47 -06:00
ENH: Also add ARCHLIB/CORE to include search paths so perl.h can be found on non-standard install prefixes
This commit is contained in:
@@ -160,6 +160,7 @@ if (PERL_EXECUTABLE)
|
||||
|
||||
### PERL_POSSIBLE_INCLUDE_PATHS
|
||||
set(PERL_POSSIBLE_INCLUDE_PATHS
|
||||
${PERL_ARCHLIB}/CORE
|
||||
/usr/lib/perl5/${PERL_VERSION}/${PERL_ARCHNAME}/CORE
|
||||
/usr/lib/perl/${PERL_VERSION}/${PERL_ARCHNAME}/CORE
|
||||
/usr/lib/perl5/${PERL_VERSION}/CORE
|
||||
|
||||
Reference in New Issue
Block a user