blob: d0d48d0b12a107599483675ac6b72af4b23b65f0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
|
CMake Warning \(dev\) at CMP0106-Common.cmake:1 \(include\):
Policy CMP0106 is not set: The Documentation module is removed. Run "cmake
--help-policy CMP0106" for policy details. Use the cmake_policy command to
set the policy and suppress this warning.
Call Stack \(most recent call first\):
CMP0106-WARN.cmake:2 \(include\)
CMakeLists.txt:7 \(include\)
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning \(dev\) at .*/Modules/Documentation.cmake:27 \(message\):
Policy CMP0106 is not set: The Documentation module is removed. Run "cmake
--help-policy CMP0106" for policy details. Use the cmake_policy command to
set the policy and suppress this warning.
Documentation.cmake is VTK-specific code and should not be used in non-VTK
projects. This logic in this module is best shipped with the project using
it rather than with CMake.
Call Stack \(most recent call first\):
CMP0106-Common.cmake:1 \(include\)
CMP0106-WARN.cmake:2 \(include\)
CMakeLists.txt:7 \(include\)
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning \(dev\) at .*/Modules/Documentation.cmake:27 \(message\):
Policy CMP0106 is not set: The Documentation module is removed. Run "cmake
--help-policy CMP0106" for policy details. Use the cmake_policy command to
set the policy and suppress this warning.
Documentation.cmake is VTK-specific code and should not be used in non-VTK
projects. This logic in this module is best shipped with the project using
it rather than with CMake.
Call Stack \(most recent call first\):
CMP0106-Common.cmake:10 \(include\)
CMP0106-WARN.cmake:2 \(include\)
CMakeLists.txt:7 \(include\)
This warning is for project developers. Use -Wno-dev to suppress it.
|