##// END OF EJS Templates
Few cosmetic changes and lowered optim to -O2...
Few cosmetic changes and lowered optim to -O2 - Raised CMake minimum version to 3.6 everywhere - Add option to either explictly call gcov_exit or register it on exit - Raised FSW patch level to 22

File last commit:

r309:add3c3641139 R3_plus
r400:9d5e16586c2c 3.2.0.22 R3++
Show More
Findcppcheck.cpp
16 lines | 265 B | text/x-c | CppLexer
/**
* \file Findcppcheck.cpp
* \brief Dummy C++ source file used by CMake module Findcppcheck.cmake
*
* \author
* Ryan Pavlik, 2009-2010
* <rpavlik@iastate.edu>
* http://academic.cleardefinition.com/
*
*/
int main(int argc, char* argv[]) {
return 0;
}