MissingNormalVersion-stderr.txt 731 B

1234567891011121314151617
  1. CMake Warning at MissingNormalVersion.cmake:1 \(find_package\):
  2. By not providing "FindNotHere.cmake" in CMAKE_MODULE_PATH this project has
  3. asked CMake to find a package configuration file provided by "NotHere", but
  4. CMake did not find one.
  5. Could not find a package configuration file provided by "NotHere"
  6. \(requested version 1\.2\) with any of the following names:
  7. NotHereConfig.cmake
  8. nothere-config.cmake
  9. Add the installation prefix of "NotHere" to CMAKE_PREFIX_PATH or set
  10. "NotHere_DIR" to a directory containing one of the above files. If
  11. "NotHere" provides a separate development package or SDK, be sure it has
  12. been installed.
  13. Call Stack \(most recent call first\):
  14. CMakeLists.txt:3 \(include\)