diff options
author | Stephen Kelly <steveire@gmail.com> | 2014-11-30 12:20:32 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-02-09 18:23:47 (GMT) |
commit | cc1520947608f5224a4fdfa94b5cb07e19e23600 (patch) | |
tree | 747fd80f92718d130a12ed8b1309ac4b3fc3f637 /Tests/RunCMake/include_directories/BinInInstallPrefix-CMP0052-WARN-stderr.txt | |
parent | c0d8e715915f65196353c09d86d4d34fe100437f (diff) | |
download | CMake-cc1520947608f5224a4fdfa94b5cb07e19e23600.zip CMake-cc1520947608f5224a4fdfa94b5cb07e19e23600.tar.gz CMake-cc1520947608f5224a4fdfa94b5cb07e19e23600.tar.bz2 |
Tests: Split part of include_directories test to a generic location.
The moved tests are related to paths in INTERFACE_INCLUDE_DIRECTORIES
in general, and when exporting, and covering cases of the install
location being within the build or source prefix etc. Other build
properties containing paths should have similar tests, so this
allows some parameterization while keeping the preparation of the
various directory structures.
Diffstat (limited to 'Tests/RunCMake/include_directories/BinInInstallPrefix-CMP0052-WARN-stderr.txt')
-rw-r--r-- | Tests/RunCMake/include_directories/BinInInstallPrefix-CMP0052-WARN-stderr.txt | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/Tests/RunCMake/include_directories/BinInInstallPrefix-CMP0052-WARN-stderr.txt b/Tests/RunCMake/include_directories/BinInInstallPrefix-CMP0052-WARN-stderr.txt deleted file mode 100644 index 054bff5..0000000 --- a/Tests/RunCMake/include_directories/BinInInstallPrefix-CMP0052-WARN-stderr.txt +++ /dev/null @@ -1,20 +0,0 @@ -CMake Warning \(dev\) in CMakeLists.txt: - Policy CMP0052 is not set: Reject source and build dirs in installed - INTERFACE_INCLUDE_DIRECTORIES. Run "cmake --help-policy CMP0052" for - policy details. Use the cmake_policy command to set the policy and - suppress this warning. - - Directory: - - ".*Tests/RunCMake/include_directories/prefix/BinInInstallPrefix-CMP0052-WARN-build/foo" - - in INTERFACE_INCLUDE_DIRECTORIES of target "testTarget" is a subdirectory - of the install directory: - - ".*Tests/RunCMake/include_directories/prefix" - - however it is also a subdirectory of the build tree: - - ".*Tests/RunCMake/include_directories/prefix/BinInInstallPrefix-CMP0052-WARN-build" - -This warning is for project developers. Use -Wno-dev to suppress it. |