MissingNormalWarnNoModuleOld-stderr.txt 1.3 KB

1234567891011121314151617181920212223242526272829
  1. CMake Warning \(dev\) at MissingNormalWarnNoModuleOld.cmake:2 \(find_package\):
  2. find_package called without NO_MODULE option and no FindNotHere.cmake
  3. module is in CMAKE_MODULE_PATH. Add NO_MODULE to exclusively request
  4. Config mode and search for a package configuration file provided by NotHere
  5. \(NotHereConfig.cmake or nothere-config.cmake\). Otherwise make
  6. FindNotHere.cmake available in CMAKE_MODULE_PATH.
  7. \(Variable CMAKE_FIND_PACKAGE_WARN_NO_MODULE enabled this warning.\)
  8. Call Stack \(most recent call first\):
  9. CMakeLists.txt:3 \(include\)
  10. This warning is for project developers. Use -Wno-dev to suppress it.
  11. CMake Warning at MissingNormalWarnNoModuleOld.cmake:2 \(find_package\):
  12. By not providing "FindNotHere.cmake" in CMAKE_MODULE_PATH this project has
  13. asked CMake to find a package configuration file provided by "NotHere", but
  14. CMake did not find one.
  15. Could not find a package configuration file provided by "NotHere" with any
  16. of the following names:
  17. NotHereConfig.cmake
  18. nothere-config.cmake
  19. Add the installation prefix of "NotHere" to CMAKE_PREFIX_PATH or set
  20. "NotHere_DIR" to a directory containing one of the above files. If
  21. "NotHere" provides a separate development package or SDK, be sure it has
  22. been installed.
  23. Call Stack \(most recent call first\):
  24. CMakeLists.txt:3 \(include\)