-
I am trying to build a CGAL program that uses ITK. I downloaded and setup everything with vcpkg for x64. When trying to configure my Cmake folder the following error appears. CMake Error at C:/dev/vcpkg/installed/x64-windows/share/cgal/CGAL_ITK_support.cmake:4 (set_target_properties): Does this mean that I need to install ITK in ´debug´ or ´general´ mode? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
That is a bug from about file I have created the issue #7855, from this discussion. |
Beta Was this translation helpful? Give feedback.
-
PR #7858 should fix this issue |
Beta Was this translation helpful? Give feedback.
That is a bug from about file
CGAL_ITK_support.cmake
. That file should use the imported targets created byITKConfig.cmake
.I have created the issue #7855, from this discussion.