1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-09 00:00:04 +01:00

cmake: add inclusion of CheckIncludeFile in req

This commit is contained in:
Andy Green 2021-10-16 05:02:45 +01:00
parent 9c718e47e2
commit 52e192ba4a

View file

@ -4,6 +4,9 @@
# If we are being built externally, confirm installed lws was configured to
# support reqconfig, else error out with a helpful message about the problem.
#
include(CheckIncludeFile)
MACRO(require_lws_config reqconfig _val result)
if (DEFINED ${reqconfig})