summaryrefslogtreecommitdiff
path: root/Tests/RunCMake/set_property/SOURCE_FILE-stderr.txt
blob: a2b6cf4b1660af4b70e59e17ddb62f1cfa58a97b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
^CMake Error at SOURCE_FILE.cmake:1 \(set_property\):
  set_property called with incorrect number of arguments no value provided to
  the DIRECTORY option
Call Stack \(most recent call first\):
  CMakeLists\.txt:[0-9]+ \(include\)
+
CMake Error at SOURCE_FILE.cmake:2 \(set_property\):
  set_property given non-existent DIRECTORY non_existing_dir
Call Stack \(most recent call first\):
  CMakeLists\.txt:[0-9]+ \(include\)
+
CMake Error at SOURCE_FILE.cmake:3 \(set_property\):
  set_property called with incorrect number of arguments no value provided to
  the TARGET_DIRECTORY option
Call Stack \(most recent call first\):
  CMakeLists\.txt:[0-9]+ \(include\)
+
CMake Error at SOURCE_FILE.cmake:4 \(set_property\):
  set_property given non-existent target for TARGET_DIRECTORY
  non_existing_target
Call Stack \(most recent call first\):
  CMakeLists\.txt:[0-9]+ \(include\)$