Skip to content

Use correct namespaced target name

Benjamin Morgan requested to merge bmorgan/GitCondDB:fixup-targets into master

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.

Merge request reports