Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(HIP-Basics/CMakeLists.txt): Add a dependency check on Glslang Validator
Before CMake 2.24, "find_package(Vulkan COMPONENTS glslangValidator)" would still return "Vulkan_FOUND" despite glslangValidator not being present. This change will fix a build failure on older CMake versions. Note: apt-get on Ubuntu 22.40.x includes CMake 3.22.1. Signed-off-by: David Galiffi <[email protected]>
- Loading branch information