We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6904611 + 7a46fe2 commit 85e113aCopy full SHA for 85e113a
elevation_mapping_cupy/CMakeLists.txt
@@ -2,8 +2,8 @@
2
cmake_minimum_required(VERSION 3.0.2)
3
project(elevation_mapping_cupy)
4
5
-find_package(PythonInterp REQUIRED)
6
-find_package(PythonLibs REQUIRED)
+find_package(PythonInterp 3 REQUIRED)
+find_package(PythonLibs 3 REQUIRED)
7
8
if(PYTHONLIBS_FOUND)
9
message(STATUS "Using Python Libraries at: " ${PYTHON_LIBRARIES})
0 commit comments