From f8dda6db65754bd1892ec4fe8b43d1517ba34e6e Mon Sep 17 00:00:00 2001 From: PB Date: Mon, 25 Oct 2021 18:42:21 +0200 Subject: [PATCH] Do not use calendar.rc for calendar sample in CMake The file was removed in 16f2c7bb89 (Remove unused samples resource files, 2021-10-20) merged as part of 3d5664cabe (Merge branch 'samples-dpi-v2-aware', 2021-10-25). Closes https://github.com/wxWidgets/wxWidgets/pull/2565 --- build/cmake/samples/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/cmake/samples/CMakeLists.txt b/build/cmake/samples/CMakeLists.txt index 89560710ce..b796023b2f 100644 --- a/build/cmake/samples/CMakeLists.txt +++ b/build/cmake/samples/CMakeLists.txt @@ -12,7 +12,7 @@ wx_add_sample(animate anitest.cpp anitest.h DATA throbber.gif hourglass.ani DEPE wx_add_sample(archive CONSOLE) wx_add_sample(artprov arttest.cpp artbrows.cpp artbrows.h) wx_add_sample(aui auidemo.cpp LIBRARIES wxaui wxhtml NAME auidemo DEPENDS wxUSE_AUI) -wx_add_sample(calendar RES calendar.rc DEPENDS wxUSE_CALENDARCTRL) +wx_add_sample(calendar DEPENDS wxUSE_CALENDARCTRL) wx_add_sample(caret DEPENDS wxUSE_CARET) wx_add_sample(clipboard DEPENDS wxUSE_CLIPBOARD) wx_add_sample(collpane DEPENDS wxUSE_COLLPANE)