blowekamp / Slicer-IASEM

Slicer3D IASEM Microscopy Extension
Apache License 2.0
2 stars 8 forks source link

Adding target library #3

Closed tymiao1220 closed 7 years ago

tymiao1220 commented 7 years ago

itk::itkFactoryRegistration() error will be resolved by modifying all CLI module Testing CMakeLists.txt as: -target_link_libraries(${CLP}Test ${CLP}Lib) +target_link_libraries(${CLP}Test ${CLP}Lib ${SlicerExecutionModel_EXTRA_EXECUTABLE_TARGET_LIBRARIES})

blowekamp commented 7 years ago

I missed the comment here. It doesn't look like the pull request is what was intended to be request. I think I have just made the intended change to the repo