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 7c504a1 commit 9dfde48Copy full SHA for 9dfde48
examples/CMakeLists.txt
@@ -14,7 +14,7 @@ if (HDF5_FOUND)
14
include_directories(${HDF5_INCLUDE_DIR})
15
16
add_executable(flann_example_cpp flann_example.cpp)
17
- target_link_libraries(flann_example_cpp ${HDF5_LIBRARIES})
+ target_link_libraries(flann_example_cpp ${HDF5_LIBRARIES} flann_cpp)
18
if (HDF5_IS_PARALLEL)
19
target_link_libraries(flann_example_cpp ${MPI_LIBRARIES})
20
endif()
0 commit comments