~ubuntu-branches/ubuntu/raring/cmake/raring

« back to all changes in this revision

Viewing changes to Tests/RunCMake/find_package/MissingNormalVersion-stderr.txt

  • Committer: Package Import Robot
  • Author(s): Felix Geyer
  • Date: 2012-04-30 12:14:32 UTC
  • mfrom: (3.1.30 sid)
  • Revision ID: package-import@ubuntu.com-20120430121432-rqh2fjl3zcblehh5
Tags: 2.8.8-2ubuntu1
* Merge from Debian unstable, remaining changes:
  - Add xfail_compiler_flag.diff: Mark compiler flag tests as expected
    failures.
  - Add ubuntu_qt_import_dir_variable.diff: define QT_IMPORTS_DIR even
    when that dir does not exist.
* Remove increase_ctest_test_timeout.diff, merged upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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
 
 
6
  Could not find a package configuration file provided by "NotHere"
 
7
  \(requested version 1\.2\) with any of the following names:
 
8
 
 
9
    NotHereConfig.cmake
 
10
    nothere-config.cmake
 
11
 
 
12
  Add the installation prefix of "NotHere" to CMAKE_PREFIX_PATH or set
 
13
  "NotHere_DIR" to a directory containing one of the above files.  If
 
14
  "NotHere" provides a separate development package or SDK, be sure it has
 
15
  been installed.
 
16
Call Stack \(most recent call first\):
 
17
  CMakeLists.txt:3 \(include\)