MissingModuleRequired-stderr.txt 1.0 KB

123456789101112131415161718192021
  1. CMake Error at MissingModuleRequired.cmake:1 \(find_package\):
  2. No "FindNotHere.cmake" found in CMAKE_MODULE_PATH.
  3. Call Stack \(most recent call first\):
  4. CMakeLists.txt:3 \(include\)
  5. CMake Warning \(dev\) at MissingModuleRequired.cmake:1 \(find_package\):
  6. FindNotHere.cmake must either be part of this project itself, in this case
  7. adjust CMAKE_MODULE_PATH so that it points to the correct location inside
  8. its source tree.
  9. Or it must be installed by a package which has already been found via
  10. find_package\(\). In this case make sure that package has indeed been found
  11. and adjust CMAKE_MODULE_PATH to contain the location where that package has
  12. installed FindNotHere.cmake. This must be a location provided by that
  13. package. This error in general means that the buildsystem of this project
  14. is relying on a Find-module without ensuring that it is actually available.
  15. Call Stack \(most recent call first\):
  16. CMakeLists.txt:3 \(include\)
  17. This warning is for project developers. Use -Wno-dev to suppress it.$