Fix CMake problem with headers, fixed sourcery cross compile detection
This commit is contained in:
parent
0ea100758d
commit
907d48b7e5
2 changed files with 7 additions and 5 deletions
|
@ -8,7 +8,7 @@
|
|||
int main(int argc, char* argv[]){
|
||||
if (argc < 4) {
|
||||
std::cerr << "Usage: " << argv[0] << " <inputFile> <variableName> <outputFile>" << std::endl;
|
||||
return 1;
|
||||
return 2;
|
||||
}
|
||||
std::ofstream tmp(argv[3]);
|
||||
//begin the first line
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue