Skip to content

Commit 85e113a

Browse files
authored
Merge pull request #8 from AlexReimann/arei-melodic_python
Specify using python 3
2 parents 6904611 + 7a46fe2 commit 85e113a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

elevation_mapping_cupy/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
cmake_minimum_required(VERSION 3.0.2)
33
project(elevation_mapping_cupy)
44

5-
find_package(PythonInterp REQUIRED)
6-
find_package(PythonLibs REQUIRED)
5+
find_package(PythonInterp 3 REQUIRED)
6+
find_package(PythonLibs 3 REQUIRED)
77

88
if(PYTHONLIBS_FOUND)
99
message(STATUS "Using Python Libraries at: " ${PYTHON_LIBRARIES})

0 commit comments

Comments
 (0)