https://git.reactos.org/?p=reactos.git;a=commitdiff;h=b3badc0451314a0f742ef72482904db842226148

commit b3badc0451314a0f742ef72482904db842226148
Author:     Serge Gautherie <[email protected]>
AuthorDate: Fri Jan 24 13:38:53 2020 +0100
Commit:     Hermès BÉLUSCA - MAÏTO <[email protected]>
CommitDate: Fri Jan 24 13:38:53 2020 +0100

    [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)

Reply via email to