Skip to content

Commit

Permalink
Use generator expression for file path
Browse files Browse the repository at this point in the history
  • Loading branch information
aprokop committed Apr 8, 2024
1 parent 746c604 commit 717bb3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/distributed_tree/CMakeLists.txt
@@ -1,3 +1,3 @@
add_executable(ArborX_Example_DistributedTree_KNN.exe distributed_knn.cpp)
target_link_libraries(ArborX_Example_DistributedTree_KNN.exe ArborX::ArborX)
add_test(NAME ArborX_Example_DistributedTree_KNN COMMAND ${MPIEXEC_EXECUTABLE} ${MPIEXEC_NUMPROC_FLAG} ${MPIEXEC_MAX_NUMPROCS} ${MPIEXEC_PREFLAGS} ./ArborX_Example_DistributedTree_KNN.exe ${MPIEXEC_POSTFLAGS})
add_test(NAME ArborX_Example_DistributedTree_KNN COMMAND ${MPIEXEC_EXECUTABLE} ${MPIEXEC_NUMPROC_FLAG} ${MPIEXEC_MAX_NUMPROCS} ${MPIEXEC_PREFLAGS} $<TARGET_FILE:ArborX_Example_DistributedTree_KNN.exe> ${MPIEXEC_POSTFLAGS})

0 comments on commit 717bb3d

Please sign in to comment.