[NTFS]
[reactos.git] / rostests / apitests / crt / CMakeLists.txt
index 1f8f826..b6d98b0 100644 (file)
@@ -1,4 +1,7 @@
 
 include(ntdll_crt_apitest.cmake)
-include(crtdll_crt_apitest.cmake)
 include(msvcrt_crt_apitest.cmake)
+
+if(NOT ARCH STREQUAL "amd64")
+  include(crtdll_crt_apitest.cmake)
+endif()