jason's computer can't python3

This commit is contained in:
Thomas Winget 2020-03-03 00:14:15 -05:00
parent 771d0b4489
commit 138a0b33fb
2 changed files with 2 additions and 4 deletions

View File

@ -272,6 +272,8 @@ if(SUBMODULE_CHECK)
endif()
endif()
add_subdirectory(external/pybind11 EXCLUDE_FROM_ALL)
if(WITH_TESTS)
add_subdirectory(external/googletest EXCLUDE_FROM_ALL)
endif()
@ -282,7 +284,6 @@ add_subdirectory(external/cxxopts EXCLUDE_FROM_ALL)
add_subdirectory(external/ghc-filesystem)
add_subdirectory(external/optional-lite EXCLUDE_FROM_ALL)
add_subdirectory(external/date EXCLUDE_FROM_ALL)
add_subdirectory(external/pybind11 EXCLUDE_FROM_ALL)
if(ANDROID)
list(APPEND LIBS log)

View File

@ -1,6 +1,3 @@
set(PYTHON_EXECUTABLE "python3")
find_package(pybind11 REQUIRED)
set(LLARP_PYBIND_SRC
module.cpp
llarp/context.cpp