https://github.com/Kitware/CMake
Raw File
Tip revision: 567e4e681ce6fc4a384692626288bc0be688b8a2 authored by Brad King on 16 April 2014, 17:24:46 UTC
CMake 3.0.0-rc4
Tip revision: 567e4e6
ErrorsON-stderr.txt
CMake Error at ErrorsCommon.cmake:[0-9]+ \(build_command\):
  build_command requires at least one argument naming a CMake variable
Call Stack \(most recent call first\):
  ErrorsON.cmake:[0-9]+ \(include\)
  CMakeLists.txt:[0-9]+ \(include\)

+
1. cmd='initial'
CMake Error at ErrorsCommon.cmake:[0-9]+ \(build_command\):
  build_command unknown argument "BOGUS"
Call Stack \(most recent call first\):
  ErrorsON.cmake:[0-9]+ \(include\)
  CMakeLists.txt:[0-9]+ \(include\)

+
2. cmd='initial'
CMake Error at ErrorsCommon.cmake:[0-9]+ \(build_command\):
  build_command unknown argument "STUFF"
Call Stack \(most recent call first\):
  ErrorsON.cmake:[0-9]+ \(include\)
  CMakeLists.txt:[0-9]+ \(include\)
back to top