We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent caec8a9 commit b2e4c40Copy full SHA for b2e4c40
CMakeLists.txt
@@ -66,9 +66,10 @@ endif (${CMAKE_SYSTEM_NAME} MATCHES "Darwin")
66
#find_package(spdlog CONFIG REQUIRED)
67
68
# Set Python executable to .venv if available
69
-if(EXISTS "${CMAKE_SOURCE_DIR}/.venv/bin/python")
70
- set(Python_EXECUTABLE "${CMAKE_SOURCE_DIR}/.venv/bin/python")
71
-endif()
+# Use this is you have having issues finding the nanobind code
+#if(EXISTS "${CMAKE_SOURCE_DIR}/.venv/bin/python")
+# set(Python_EXECUTABLE "${CMAKE_SOURCE_DIR}/.venv/bin/python")
72
+#endif()
73
74
find_package(Python 3.12 REQUIRED COMPONENTS Interpreter Development.Module)
75
include_directories(${Python3_INCLUDE_DIRS})
0 commit comments