You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When building ITK with BUILD_EXAMPLES and BUILD_DOCUMENTATION turned on I receive the following error:
CMake Error at Examples/SpatialObjects/CMakeLists.txt:27 (add_executable):
add_executable cannot create target "LineSpatialObject" because another
target with the same name already exists. The existing target is an
executable created in source directory
"/home/melrobin/packages/ITK/Modules/Remote/SphinxExamples/src/Core/SpatialObjects/LineSpatialObject".
See documentation for policy CMP0002 for more details.
There may be some conflict with ITKExamples.
The text was updated successfully, but these errors were encountered:
When building ITK with BUILD_EXAMPLES and BUILD_DOCUMENTATION turned on I receive the following error:
CMake Error at Examples/SpatialObjects/CMakeLists.txt:27 (add_executable):
add_executable cannot create target "LineSpatialObject" because another
target with the same name already exists. The existing target is an
executable created in source directory
"/home/melrobin/packages/ITK/Modules/Remote/SphinxExamples/src/Core/SpatialObjects/LineSpatialObject".
See documentation for policy CMP0002 for more details.
There may be some conflict with ITKExamples.
The text was updated successfully, but these errors were encountered: