Don't assume CMAKE_SOURCE_DIR is the root of the vk-gl-cts git repo
authorThomas Spurden <thomas.spurden@broadcom.com>
Wed, 29 Jan 2020 14:58:52 +0000 (14:58 +0000)
committerAlexander Galazin <Alexander.Galazin@arm.com>
Mon, 24 Feb 2020 09:05:51 +0000 (04:05 -0500)
commit84b7b547a974d0cb54fd36d89edc91cc2957bc62
tree340b779ef2d2856e79695cd02c1b736a118a4bae
parentf459c267f17d59bc7f9798848d170d68b3c0f348
Don't assume CMAKE_SOURCE_DIR is the root of the vk-gl-cts git repo

If vk-gl-cts is included into a build using cmake's add_subdirectory
then CMAKE_SOURCE_DIR will be the root of the parent cmake project. This
results in the release name/id being taken from the git repo of whatever
includes vk-gl-cts via add_subdirectory rather than the vk-gl-cts git.

Change-Id: Iafc0d2458b58413bc5c55a413e38bedbec165394
framework/qphelper/CMakeLists.txt