[cmake-developers] CMake branch, next, updated. v2.8.1-1407-g0d482b0

Mathieu Malaterre mathieu.malaterre at gmail.com
Tue Jun 22 09:21:04 EDT 2010


On Tue, Jun 22, 2010 at 2:55 PM, Brad King <brad.king at kitware.com> wrote:
> Mathieu Malaterre wrote:
>>  # http://www.slproweb.com/products/Win32OpenSSL.html
>> +SET(_OPENSSL_ROOT_HINTS
>> +  "[HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\OpenSSL (32-bit)_is1;Inno Setup: App Path]"
>> +  "[HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\OpenSSL (64-bit)_is1;Inno Setup: App Path]"
>> +  )
>> +SET(_OPENSSL_ROOT_PATHS
>> +  "C:/OpenSSL/"
>> +  )
>> +FIND_PATH(OPENSSL_ROOT_DIR
>> +  NAMES include/openssl/ssl.h
>> +  HINTS ${_OPENSSL_HINTS}
>> +  PATHS ${_OPENSSL_PATHS}
>
> Shouldn't this be
>
> FIND_PATH(OPENSSL_ROOT_DIR
>  NAMES include/openssl/ssl.h
>  HINTS ${_OPENSSL_ROOT_HINTS}
>  PATHS ${_OPENSSL_ROOT_PATHS}
>  ) #             ^^^^^

Correct.
I do not understand how that happen.
Thanks (I updated the copy in GDCM already). Do I need to update the
version in 'next' ?

Thanks !
-- 
Mathieu



More information about the cmake-developers mailing list