MissingNormalWarnNoModuleNew-stderr.txt 1.3 KB

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