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.
1 parent aad5db0 commit a43cfd1Copy full SHA for a43cfd1
test/CMakeLists.txt
@@ -64,8 +64,9 @@ if (GTEST_FOUND AND HDF5_FOUND AND BUILD_CUDA_LIB)
64
target_link_libraries(flann_cuda_test flann_cpp ${HDF5_LIBRARIES} flann_cuda)
65
endif()
66
67
+
68
#---------- pyunit tests --------------
-if (PYTHON_EXECUTABLE)
69
+if (BUILD_PYTHON_BINDINGS)
70
flann_add_pyunit(test_nn.py)
71
flann_add_pyunit(test_nn_index.py)
72
flann_add_pyunit(test_index_save.py)
0 commit comments