mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-23 06:47:08 -05:00
46bbf94783
Use check_include_file instead of check_include_file_concat to look for OpenSSL headers. They do not need to participate in a sequence of dependent system headers. Also they may cause winsock.h to be included before ws2tcpip.h, causing the latter to not be detected in the sequence.