Use correct namespaced target name
A quick bug fix following the change to use CMake's namespaces for imported targets. The old non-namespaced target name is used in the GitCondDBConfig.cmake
file, and consequently find_package
fails as that name no longer exists.
GitCondDB's imported target is now namespaced, so use that name in GitCondDBConfig.cmake
.