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:
parent
dcb115694a
commit
c95b0222a4
1 changed files with 3 additions and 0 deletions
|
@ -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})
|
||||
|
|
Loading…
Add table
Reference in a new issue