Skip to content
This repository has been archived by the owner on Jan 7, 2022. It is now read-only.

Set python version to 3.6 in cmake dependencies #39

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion logdevice/CMake/logdevice-deps.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# LICENSE file in the root directory of this source tree.

# Python version can be chosen by specifying e.g.:
set(LD_PYTHON_VERSION 3.5 CACHE STRING "Python version")
set(LD_PYTHON_VERSION 3.6 CACHE STRING "Python version")
find_package(PythonInterp ${LD_PYTHON_VERSION} REQUIRED)
find_package(PythonLibs ${LD_PYTHON_VERSION} REQUIRED)

Expand Down