FindPerl: Add support for Strawberry Perl

Fixes: #18027
This commit is contained in:
Lauri 2018-05-24 09:40:45 -04:00 committed by Brad King
parent 2d480a1c14
commit b37d583d5c

View File

@ -28,6 +28,7 @@ if(WIN32)
NAME)
set(PERL_POSSIBLE_BIN_PATHS ${PERL_POSSIBLE_BIN_PATHS}
"C:/Perl/bin"
"C:/Strawberry/perl/bin"
[HKEY_LOCAL_MACHINE\\SOFTWARE\\ActiveState\\ActivePerl\\${ActivePerl_CurrentVersion}]/bin
)
endif()