summaryrefslogtreecommitdiff
path: root/Tests/RunCMake/ExternalProject/NO_DEPENDS-stderr.txt
blob: 4cb051dbb0f09cbd793a5149147efc188b825c3b (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
CMake Warning \(dev\) at .*/Modules/ExternalProject.cmake:[0-9]+. \(message\):
  Using NO_DEPENDS for "configure" step might break parallel builds
Call Stack \(most recent call first\):
  .*/Modules/ExternalProject.cmake:[0-9]+ \(ExternalProject_Add_StepTargets\)
  .*/Modules/ExternalProject.cmake:[0-9]+ \(ExternalProject_Add_Step\)
  .*/Modules/ExternalProject.cmake:[0-9]+ \(_ep_add_configure_command\)
  NO_DEPENDS.cmake:[0-9]+ \(ExternalProject_Add\)
  CMakeLists.txt:[0-9]+ \(include\)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning \(dev\) at .*/Modules/ExternalProject.cmake:[0-9]+. \(message\):
  Using NO_DEPENDS for "build" step might break parallel builds
Call Stack \(most recent call first\):
  .*/Modules/ExternalProject.cmake:[0-9]+ \(ExternalProject_Add_StepTargets\)
  .*/Modules/ExternalProject.cmake:[0-9]+ \(ExternalProject_Add_Step\)
  .*/Modules/ExternalProject.cmake:[0-9]+ \(_ep_add_build_command\)
  NO_DEPENDS.cmake:[0-9]+ \(ExternalProject_Add\)
  CMakeLists.txt:[0-9]+ \(include\)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning \(dev\) at .*/Modules/ExternalProject.cmake:[0-9]+. \(message\):
  Using NO_DEPENDS for "install" step might break parallel builds
Call Stack \(most recent call first\):
  .*/Modules/ExternalProject.cmake:[0-9]+ \(ExternalProject_Add_StepTargets\)
  .*/Modules/ExternalProject.cmake:[0-9]+ \(ExternalProject_Add_Step\)
  .*/Modules/ExternalProject.cmake:[0-9]+ \(_ep_add_install_command\)
  NO_DEPENDS.cmake:[0-9]+ \(ExternalProject_Add\)
  CMakeLists.txt:[0-9]+ \(include\)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning \(dev\) at .*/Modules/ExternalProject.cmake:[0-9]+. \(message\):
  Using NO_DEPENDS for "test" step might break parallel builds
Call Stack \(most recent call first\):
  NO_DEPENDS.cmake:[0-9]+ \(ExternalProject_Add_StepTargets\)
  CMakeLists.txt:[0-9]+ \(include\)
This warning is for project developers.  Use -Wno-dev to suppress it.