Signed-off-by: Topi Pohjolainen <topi.pohjolai...@intel.com>
---
 CMakeLists.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index c90109907..767b90add 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -174,6 +174,7 @@ ELSEIF(${CMAKE_SYSTEM_NAME} MATCHES "Windows")
 ENDIF()
 
 pkg_check_modules(LIBVULKAN QUIET vulkan)
+set(GLSLC $ENV{GLSLC})
 
 IF(PIGLIT_HAS_GLX)
        option(PIGLIT_BUILD_GLX_TESTS "Build tests that require GLX" ON)
-- 
2.14.1

_______________________________________________
Piglit mailing list
Piglit@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/piglit

Reply via email to