Sync with trunk r63647.
[reactos.git] / modules / CMakeLists.txt
index 2eda345..22e0cfc 100644 (file)
@@ -1,6 +1,4 @@
 
-if(NOT ARCH STREQUAL "amd64")
-
 if(EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/rostests/)
 add_subdirectory(rostests)
 endif()
@@ -12,5 +10,3 @@ endif()
 if(EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/wallpaper/)
 add_subdirectory(wallpaper)
 endif()
-
-endif()