From 5286be07472251f75d2f179e40428b4e0904a043 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herm=C3=A8s=20B=C3=A9lusca-Ma=C3=AFto?= Date: Sun, 15 Mar 2015 16:07:33 +0000 Subject: [PATCH] Adjust CMakeLists entry in consequence of r66725. svn path=/trunk/; revision=66726 --- reactos/modules/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reactos/modules/CMakeLists.txt b/reactos/modules/CMakeLists.txt index 7d88206d734..a48917455aa 100644 --- a/reactos/modules/CMakeLists.txt +++ b/reactos/modules/CMakeLists.txt @@ -7,8 +7,8 @@ if(EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/rosapps/) add_subdirectory(rosapps) endif() -if(EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/wallpaper/) - add_subdirectory(wallpaper) +if(EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/wallpapers/) + add_subdirectory(wallpapers) endif() ## Extra files for Hybrid CD. You need to put them under hybridcd_extras