File "/usr/local/bin/cxxtestgen", line 2
PYTHONPATH="/usr/local/Cellar/cxxtest/4.4/lib/python2.7/site-packages:/usr/local/Cellar/cxxtest/4.4/lib/python2.7/site-packages" exec "/usr/local/Cellar/cxxtest/4.4/libexec/bin/cxxtestgen" "$@"
^
SyntaxError: invalid syntax
Well, it happens that `/usr/local/bin/cxxtestgen` is a bash script, but the cmake macro would try executing it with python. Anybody can fix it?