Advertisement
Guest User

Untitled

a guest
Jun 26th, 2019
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.24 KB | None | 0 0
  1. CMake Error at CMakeLists.txt:42 (find_package):
  2. By not providing "FindITK.cmake" in CMAKE_MODULE_PATH this project has
  3. asked CMake to find a package configuration file provided by "ITK", but
  4. CMake did not find one.
  5.  
  6. Could not find a package configuration file provided by "ITK" with any of
  7. the following names:
  8.  
  9. ITKConfig.cmake
  10. itk-config.cmake
  11.  
  12. Add the installation prefix of "ITK" to CMAKE_PREFIX_PATH or set "ITK_DIR"
  13. to a directory containing one of the above files. If "ITK" provides a
  14. separate development package or SDK, be sure it has been installed.
  15.  
  16. CMake Error at D:/Apps/InsightToolkit/ITK/ITKConfig.cmake:48 (include):
  17. include could not find load file:
  18.  
  19. D:/Apps/InsightToolkit/Build/ITKTargets.cmake
  20. Call Stack (most recent call first):
  21. CMakeLists.txt:42 (find_package)
  22.  
  23.  
  24. CMake Error at D:/Apps/InsightToolkit/Source/CMake/ITKModuleAPI.cmake:56 (message):
  25. No such module: "ITKDoubleConversion"
  26. Call Stack (most recent call first):
  27. D:/Apps/InsightToolkit/Source/CMake/ITKModuleAPI.cmake:26 (itk_module_load)
  28. D:/Apps/InsightToolkit/Source/CMake/ITKModuleAPI.cmake:84 (_itk_module_config_recurse)
  29. D:/Apps/InsightToolkit/ITK/ITKConfig.cmake:68 (itk_module_config)
  30. CMakeLists.txt:42 (find_package)
  31.  
  32. ITKConfig.cmake
  33. itk-config.cmake
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement