Import 2017-06-07 23:51:09: master f26d060e

Author Committer Branch Timestamp Parent
msmolens msmolens master 2016-08-10 09:25:24 master 54fe9c80
Changeset

COMP: Support building in RelWithDebInfo configuration on Windows

This commit fixes build errors when building in the RelWithDebInfo configuration
on Windows. Previously, projects that use OpenSSL_DIR would fail to find the
OpenSSL headers because only 'Debug' and 'Release' directories--not
'RelWithDebInfo'--are provided by the precompiled OpenSSL binaries.

An example error is:

10>C:\S\R\Python-2.7.11\Modules\_hashopenssl.c(39): fatal error C1083: Cannot open include file: 'openssl/evp.h': No such file or directory

Fixes http://www.na-mic.org/Mantis/view.php?id=4058.

git-svn-id: http://svn.slicer.org/Slicer4/trunk@25269 3bd1e089-480b-0410-8dfb-8563597acbee

mod - SuperBuild/External_OpenSSL.cmake Diff File