Fix dependency between CTK-Configure and CTK-build
Because the dependency is between toplevel projects, it should be defined
with ADD_DEPENDENCIES instead of ADD_CUSTOM_TARGET::DEPENDS which is
solely for file dependencies.
It was working fine for CMake >= 2.8.4 but failed for CMake 2.8.2