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
In CMakeLists.txt, I use the code find_package(DICOM CONFIG REQUIRED) if(DICOM_FOUND) include(${DICOM_USE_FILE}) endif() set(VTK_DICOM_LIBRARIES vtkDICOM)
But I get an error 'Could not find a package configuration file provided by "DICOM" with any of the following names'
Can you help me to tell me why? I am using vcpkg installation vtk-dicom, version 0.8.14