[CMAKE/CLANG-CL] Silence some clang-cl warnings in consistency with our gcc build.
[reactos.git] / modules / CMakeLists.txt
index cafa4b3..e09868d 100644 (file)
@@ -1,13 +1,13 @@
 
-if(ENABLE_ROSTESTS)\r
+if(ENABLE_ROSTESTS)
     add_subdirectory(rostests)
 endif()
 
-if(ENABLE_ROSAPPS)\r
+if(ENABLE_ROSAPPS)
     add_subdirectory(rosapps)
 endif()
 
-if(ENABLE_WALLPAPERS)\r
+if(ENABLE_WALLPAPERS)
     add_subdirectory(wallpapers)
 endif()