Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions lib/Dialect/ESI/runtime/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/build*
4 changes: 1 addition & 3 deletions lib/Dialect/ESI/runtime/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -283,9 +283,7 @@ add_dependencies(ESIRuntime esitester)
##===----------------------------------------------------------------------===//

# Pybind11 is used to wrap the ESICppRuntime APIs.
if(NOT DEFINED Python3_FOUND)
find_package(Python3 COMPONENTS Interpreter Development)
endif()
find_package(Python3 COMPONENTS Interpreter Development)
if(Python3_FOUND)
IF(MSVC)
# Work around an issue with pybind11 and cmake incompatibility on Windows in debug mode.
Expand Down