usgs-coupled / phreeqc3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CDash warning links don't work

scharlton2 opened this issue · comments

see:
https://my.cdash.org/viewBuildError.php?type=1&buildid=2267338

and note that the file:line_no links yields a 404 error:

https://github.com/usgs-coupled/phreeqc3/blob/master/print.cpp#L1461

but it should be:

https://github.com/usgs-coupled/phreeqc3/blob/master/src/print.cpp#L1461

might be able to fix by modifying the way source files are included in the
CMakeLists.txt files