From b3badc0451314a0f742ef72482904db842226148 Mon Sep 17 00:00:00 2001 From: Serge Gautherie <32623169+SergeGautherie@users.noreply.github.com> Date: Fri, 24 Jan 2020 13:38:53 +0100 Subject: [PATCH] [CMAKE] Remove a remnant comment related to 'dll/cpl/console' (#2267) '#Warning: console\\/lang/cs-CZ.rc:143: unrecognized escape sequence' --- dll/cpl/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dll/cpl/CMakeLists.txt b/dll/cpl/CMakeLists.txt index fcb32a61012..beaa7e200db 100644 --- a/dll/cpl/CMakeLists.txt +++ b/dll/cpl/CMakeLists.txt @@ -1,7 +1,7 @@ add_subdirectory(access) add_subdirectory(appwiz) -add_subdirectory(console)#Warning: console\\/lang/cs-CZ.rc:143: unrecognized escape sequence +add_subdirectory(console) add_subdirectory(desk) add_subdirectory(hdwwiz) add_subdirectory(inetcpl)