Skip to content

Commit

Permalink
Fix dumb typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ldionne committed Jul 3, 2024
1 parent 132ef17 commit 68ea814
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libcxx/test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ if (LIBCXX_CXX_ABI STREQUAL "libcxxabi")
add_dependencies(cxx-test-depends install-cxxabi-test-suite-prefix)
endif()

if (LIBCXXABI_USE_LLVM_UNWINDER and TARGET unwind)
if (LIBCXXABI_USE_LLVM_UNWINDER AND TARGET unwind)
add_custom_target(install-unwind-test-suite-prefix
DEPENDS unwind-headers
unwind
Expand Down

0 comments on commit 68ea814

Please sign in to comment.