Closed
Description
Avg response time |
---|
![Issue Stats][issue stat img] |
Defect/bug report
In the current version of the Sourcery Institute VM, the cmake
executable in the PATH
lives in a path that includes a directory named cmake
which cmake
/opt/cmake/3.7.0/bin/cmake
I suspect this is the reason that line 18 in report_results.sh yields the incorrect value:
cmake_install_path="${fully_qualified_CMAKE%%/cmake*}"
which assigns the value /opt
. I will submit a pull request shortly that fixes this. @zbeekman is there some reason that cmake was treated differently in the the path variables set near the top of report_results.sh?