From 0665db6c1d8004978bedda4e58d934c014688396 Mon Sep 17 00:00:00 2001 From: Maarten Bent Date: Tue, 11 Dec 2018 20:36:47 +0100 Subject: [PATCH] CMake: Fix html zip sample dependency check --- build/cmake/samples/html.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/cmake/samples/html.cmake b/build/cmake/samples/html.cmake index 402d0618d2..a13c405e9f 100644 --- a/build/cmake/samples/html.cmake +++ b/build/cmake/samples/html.cmake @@ -37,7 +37,7 @@ wx_add_sample(test LIBRARIES net html NAME htmltest) wx_add_sample(virtual DATA start.htm LIBRARIES html) wx_add_sample(widget DATA start.htm LIBRARIES html) -wx_add_sample(zip DATA pages.zip start.htm LIBRARIES html DEPENDS wxUSE_FSZIP) +wx_add_sample(zip DATA pages.zip start.htm LIBRARIES html DEPENDS wxUSE_FS_ZIP) set(wxSAMPLE_SUBDIR) set(wxSAMPLE_FOLDER)