-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue with CGAL ITK_Support #7855
Comments
We should extend our testsuite process. We have lost the testing of all 3rd party libraries on Windows since the switch to |
ITK is actually tested on Christo, in the example |
However it has been installed manually, not via vcpkg |
I have changed the CMakeLists.txt file in the same way as in the merge request.
I still get an error when building the last mesh_from_labeled_3d_array_with_weights.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) void __cdecl itk::OutputWindowDisplayWarningText(char const *)" (_imp?OutputWindowDisplayWarningText@itk@@YAXPEBD@Z) referenced in function "protec I have built ITK with vcpkg. |
Sorry, I tried installing all of the Mesh_3 programs and there were no errors such as the abovementioned ones. The problem must be on my side. |
Discussed in #7854
Originally posted by oarcelus November 10, 2023
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.
Does this mean that I need to install ITK in ´debug´ or ´general´ mode?
That is a bug from about file
CGAL_ITK_support.cmake
. That file should use the imported targets created byITKConfig.cmake
.The text was updated successfully, but these errors were encountered: