Fix CMake build. (#7160)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 00a617a..1d68351 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -440,7 +440,7 @@
   enable_testing(iree)
 endif()
 
-if(IREE_BUILD_PYTHON_BINDINGS AND NOT pybind11_FOUND)
+if(IREE_BUILD_PYTHON_BINDINGS)
   add_subdirectory(third_party/pybind11 EXCLUDE_FROM_ALL)
 endif()