Skip to content

Commit

Permalink
Only add pybind if python
Browse files Browse the repository at this point in the history
  • Loading branch information
lukemartinlogan committed Oct 15, 2023
1 parent 6c4625a commit 0d17fe5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,9 @@ set(Hermes_RUNTIME_DEPS
hrun_client hrun_runtime)

set(TEST_MAIN ${CMAKE_SOURCE_DIR}/test/unit)
if (HERMES_ENABLE_PYTHON)
add_subdirectory(external/pybind11)
endif()
add_subdirectory(hrun)
add_subdirectory(src)
add_subdirectory(hermes_adapters)
Expand Down

0 comments on commit 0d17fe5

Please sign in to comment.