You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
cmake/Tests/RunCMake/add_executable/OnlyObjectSources-stderr.txt

12 lines
445 B

^CMake Error at OnlyObjectSources.cmake:[0-9]+ \(add_executable\):
add_executable called with incorrect number of arguments
Call Stack \(most recent call first\):
CMakeLists.txt:[0-9]+ \(include\)
CMake Error at OnlyObjectSources.cmake:[0-9]+ \(target_sources\):
Cannot specify sources for target \"TestExeWithoutSources\" which is not
built by this project.
Call Stack \(most recent call first\):
CMakeLists.txt:[0-9]+ \(include\)$