From 494967433b1ca1d22dd99b65ed6420eddce062e3 Mon Sep 17 00:00:00 2001 From: Richard Date: Wed, 8 Jul 2026 10:33:15 -0600 Subject: [PATCH] tests/archive: Rename CMake HTML zip sample output to htmlzip Avoid placing the HTML zip sample executable beside test_base as zip.exe, where the archive tests can mistake it for an external ZIP tool. Keep the sample source directory as samples/html/zip and only rename the CMake target/output. --- build/cmake/samples/html.cmake | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build/cmake/samples/html.cmake b/build/cmake/samples/html.cmake index 5128258f77..3e22660c2e 100644 --- a/build/cmake/samples/html.cmake +++ b/build/cmake/samples/html.cmake @@ -35,7 +35,8 @@ wx_add_sample(test LIBRARIES wxnet wxhtml NAME htmltest DEPENDS wxUSE_SOCKETS) wx_add_sample(virtual DATA start.htm LIBRARIES wxhtml) wx_add_sample(widget DATA start.htm LIBRARIES wxhtml) -wx_add_sample(zip DATA pages.zip start.htm LIBRARIES wxhtml DEPENDS wxUSE_FS_ZIP) +wx_add_sample(zip DATA pages.zip start.htm LIBRARIES wxhtml NAME htmlzip + DEPENDS wxUSE_FS_ZIP) set(wxSAMPLE_SUBDIR) set(wxSAMPLE_FOLDER)