try to extend python releases on travis to python 3.5, 3.6, 3.7, but has still issues
This commit is contained in:
@@ -13,7 +13,7 @@ set(SWIG_INTERFACE_FILE "${RESOURCES_SWIG_DIR}/interface/${PACKAGE_NAME}.i")
|
||||
|
||||
# --- Find Python ---
|
||||
|
||||
find_package(PythonLibs)
|
||||
find_package(PythonLibs ${PYTHON_VERSION} REQUIRED)
|
||||
|
||||
|
||||
# --- Find Swig ---
|
||||
|
||||
Reference in New Issue
Block a user