commit | 1547ac28f48c6f455adf726828ce548e20a3f3d5 | [log] [tgz] |
---|---|---|
author | MaheshRavishankar <1663364+MaheshRavishankar@users.noreply.github.com> | Thu Sep 23 15:22:46 2021 -0700 |
committer | GitHub <noreply@github.com> | Thu Sep 23 15:22:46 2021 -0700 |
tree | c5f09fffab2a8d9d07ae8e69e4d38ebea44bf29d | |
parent | 79be092d8528ef6329436e1909a34afd9dded34c [diff] [blame] |
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()