mirror of https://github.com/Kitware/CMake.git
Browse Source
Nothing ever set `CompileDirectory` except `SetDirectory()`, but nothing ever called that function. Therefore, `CompileDirectory` was always empty for the attempt to change directory in `Check()`, which therefore would always fail. Nothing was checking the result and the code was always going to have no effect.pull/320/head

2 changed files with 1 additions and 12 deletions
Loading…
Reference in new issue