[libc][Obvious] Include MPFRWrapper and testutils only if tests are enabled.
authorSiva Chandra Reddy <sivachandra@google.com>
Fri, 10 Feb 2023 09:03:05 +0000 (09:03 +0000)
committerSiva Chandra Reddy <sivachandra@google.com>
Fri, 10 Feb 2023 09:04:41 +0000 (09:04 +0000)
libc/utils/CMakeLists.txt

index e6cfc8f..d4ed96f 100644 (file)
@@ -1,2 +1,4 @@
-add_subdirectory(MPFRWrapper)
-add_subdirectory(testutils)
+if(LLVM_INCLUDE_TESTS)
+  add_subdirectory(MPFRWrapper)
+  add_subdirectory(testutils)
+endif()