aboutsummaryrefslogtreecommitdiff
path: root/libc/utils/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'libc/utils/CMakeLists.txt')
-rw-r--r--libc/utils/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/utils/CMakeLists.txt b/libc/utils/CMakeLists.txt
index 9754dcf..7bf02a4 100644
--- a/libc/utils/CMakeLists.txt
+++ b/libc/utils/CMakeLists.txt
@@ -1,6 +1,6 @@
if(LLVM_INCLUDE_TESTS)
add_subdirectory(MPFRWrapper)
endif()
-if(LIBC_TARGET_ARCHITECTURE_IS_GPU)
+if(LIBC_TARGET_OS_IS_GPU)
add_subdirectory(gpu)
endif()