test-apps: use correct EXTERNAL_POLL flag

This commit is contained in:
Mike Tettinger 2022-06-17 04:49:19 +01:00 committed by Andy Green
parent 2445793d15
commit a5612fbb9a
1 changed files with 1 additions and 1 deletions

View File

@ -163,7 +163,7 @@ if ((LWS_ROLE_H1 OR LWS_ROLE_H2))
set_property(
TARGET test-server-extpoll
PROPERTY COMPILE_DEFINITIONS
EXTERNAL_POLL
LWS_WITH_EXTERNAL_POLL
INSTALL_DATADIR="${CMAKE_INSTALL_PREFIX}/share"
)