Skip to content

Commit

Permalink
python 3.10
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Henkel <[email protected]>
  • Loading branch information
ct2034 committed Feb 22, 2024
1 parent f5f0b5d commit 7ca88c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions planner/astar_boost/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
cmake_minimum_required(VERSION 3.6)
PROJECT(hello_ext)

set(PYTHON_VERSION 38)
set(PYTHON_DOT_VERSION 3.8)
set(PYTHON_VERSION 310)
set(PYTHON_DOT_VERSION 3.10)
set(PYTHON_INCLUDE /usr/include/python${PYTHON_DOT_VERSION})
set(PYTHON_LIBRARY /usr/lib/python${PYTHON_DOT_VERSION}/config-${PYTHON_DOT_VERSION}m-x86_64-linux-gnu/)

Expand Down

0 comments on commit 7ca88c5

Please sign in to comment.