Skip to content

Commit

Permalink
Only check for Python if it is enabled (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
cameronrutherford committed Oct 25, 2023
1 parent 9dae838 commit 652bd6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -406,8 +406,8 @@ else()
endif()
endif()

include(ExaGOCheckPython)
if(EXAGO_ENABLE_PYTHON)
include(ExaGOCheckPython)
# Build pybind11 target manually
add_subdirectory(tpl/pybind11)
add_subdirectory(interfaces/python)
Expand Down

0 comments on commit 652bd6d

Please sign in to comment.