mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-02 11:49:55 -06:00
Tests: Match RunCMake.CMP0111 stderr more strictly
This commit is contained in:
@@ -1,7 +1,17 @@
|
||||
^CMake Error in CMakeLists.txt:
|
||||
IMPORTED_LOCATION not set for imported target "unknown_lib"( configuration
|
||||
"[^"]+")?.
|
||||
+
|
||||
CMake Error in CMakeLists.txt:
|
||||
IMPORTED_LOCATION not set for imported target "static_lib"( configuration
|
||||
".+")?.
|
||||
"[^"]+")?.
|
||||
+
|
||||
CMake Error in CMakeLists.txt:
|
||||
IMPORTED_IMPLIB not set for imported target "shared_lib"( configuration
|
||||
".+")?.
|
||||
"[^"]+")?.(
|
||||
+
|
||||
CMake Error in CMakeLists.txt:
|
||||
IMPORTED_(LOCATION|IMPLIB) not set for imported target "(unknown|static|shared)_lib"( configuration
|
||||
"[^"]+")?.)*
|
||||
+
|
||||
CMake Generate step failed. Build files cannot be regenerated correctly.$
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
CMake Warning \(dev\) in CMakeLists.txt:
|
||||
^CMake Warning \(dev\) in CMakeLists.txt:
|
||||
Policy CMP0111 is not set: An imported target missing its location property
|
||||
fails during generation. Run "cmake --help-policy CMP0111" for policy
|
||||
details. Use the cmake_policy command to set the policy and suppress this
|
||||
warning.
|
||||
|
||||
IMPORTED_LOCATION not set for imported target "unknown_lib"( configuration
|
||||
".+")?.
|
||||
"[^"]+")?.
|
||||
This warning is for project developers. Use -Wno-dev to suppress it.
|
||||
+
|
||||
CMake Warning \(dev\) in CMakeLists.txt:
|
||||
@@ -15,7 +15,7 @@ CMake Warning \(dev\) in CMakeLists.txt:
|
||||
warning.
|
||||
|
||||
IMPORTED_LOCATION not set for imported target "static_lib"( configuration
|
||||
".+")?.
|
||||
"[^"]+")?.
|
||||
This warning is for project developers. Use -Wno-dev to suppress it.
|
||||
+
|
||||
CMake Warning \(dev\) in CMakeLists.txt:
|
||||
@@ -25,5 +25,15 @@ CMake Warning \(dev\) in CMakeLists.txt:
|
||||
warning.
|
||||
|
||||
IMPORTED_IMPLIB not set for imported target "shared_lib"( configuration
|
||||
".+")?.
|
||||
This warning is for project developers. Use -Wno-dev to suppress it.
|
||||
"[^"]+")?.
|
||||
This warning is for project developers. Use -Wno-dev to suppress it.(
|
||||
+
|
||||
CMake Warning \(dev\) in CMakeLists.txt:
|
||||
Policy CMP0111 is not set: An imported target missing its location property
|
||||
fails during generation. Run "cmake --help-policy CMP0111" for policy
|
||||
details. Use the cmake_policy command to set the policy and suppress this
|
||||
warning.
|
||||
|
||||
IMPORTED_(LOCATION|IMPLIB) not set for imported target "(unknown|static|shared)_lib"( configuration
|
||||
"[^"]+")?.
|
||||
This warning is for project developers. Use -Wno-dev to suppress it.)*$
|
||||
|
||||
Reference in New Issue
Block a user