Skip to content

Commit 4527f0c

Browse files
author
Cameron Rutherford
authored
Only check for Python if it is enabled (#49)
1 parent 9c59814 commit 4527f0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -406,8 +406,8 @@ else()
406406
endif()
407407
endif()
408408

409-
include(ExaGOCheckPython)
410409
if(EXAGO_ENABLE_PYTHON)
410+
include(ExaGOCheckPython)
411411
# Build pybind11 target manually
412412
add_subdirectory(tpl/pybind11)
413413
add_subdirectory(interfaces/python)

0 commit comments

Comments
 (0)