From 5ee0ebdcb40f89b078d8b6d69369bff54a5edbad Mon Sep 17 00:00:00 2001 From: Mark Lobodzinski Date: Sat, 12 May 2018 16:59:30 -0600 Subject: cmake: Fix GLSLANG_REPO_ROOT for Linux --- cube/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cube') diff --git a/cube/CMakeLists.txt b/cube/CMakeLists.txt index 2d7ab604..42ab9930 100644 --- a/cube/CMakeLists.txt +++ b/cube/CMakeLists.txt @@ -13,6 +13,8 @@ else() find_program(GLSLANG_VALIDATOR names glslangValidator HINTS "${GLSLANG_REPO_ROOT}/build/standalone/release" HINTS "${GLSLANG_REPO_ROOT}/build/standalone/debug" + HINTS "${GLSLANG_REPO_ROOT}/build/StandAlone" + HINTS "${GLSLANG_REPO_ROOT}/dbuild/StandAlone" HINTS "${GLSLANG_REPO_ROOT}/build32/standalone/release" HINTS "${GLSLANG_REPO_ROOT}/build32/standalone/debug" ) -- cgit v1.2.3