Skip to content

Commit b2e4c40

Browse files
committed
Comment out helper code
1 parent caec8a9 commit b2e4c40

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

CMakeLists.txt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,10 @@ endif (${CMAKE_SYSTEM_NAME} MATCHES "Darwin")
6666
#find_package(spdlog CONFIG REQUIRED)
6767

6868
# 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()
69+
# Use this is you have having issues finding the nanobind code
70+
#if(EXISTS "${CMAKE_SOURCE_DIR}/.venv/bin/python")
71+
# set(Python_EXECUTABLE "${CMAKE_SOURCE_DIR}/.venv/bin/python")
72+
#endif()
7273

7374
find_package(Python 3.12 REQUIRED COMPONENTS Interpreter Development.Module)
7475
include_directories(${Python3_INCLUDE_DIRS})

0 commit comments

Comments
 (0)