Skip to content

Commit

Permalink
BUG: wrong target libraries in FirstReconstruction examples
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Rit committed Apr 6, 2020
1 parent 3cf3cfa commit cf77624
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/FirstReconstruction/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ include(${ITK_USE_FILE})

# Executable(s)
add_executable(FirstReconstruction FirstReconstruction.cxx )
target_link_libraries(FirstReconstruction ${RTK_LIBRARIES})
target_link_libraries(FirstReconstruction ${ITK_LIBRARIES})
if(${RTK_USE_CUDA})
add_executable(FirstCudaReconstruction FirstCudaReconstruction.cxx )
target_link_libraries(FirstCudaReconstruction ${RTK_LIBRARIES})
target_link_libraries(FirstCudaReconstruction ${ITK_LIBRARIES})
endif()

0 comments on commit cf77624

Please sign in to comment.