Skip to content
Snippets Groups Projects
Commit 023f7e00 authored by John Kessenich's avatar John Kessenich
Browse files

Merge pull request #66 from chadversary/cmake-dont-override-install-prefix

cmake: Don't override CMAKE_INSTALL_PREFIX
parents 68e1c454 4cbf748b
No related branches found
No related tags found
No related merge requests found
cmake_minimum_required(VERSION 2.8)
set(CMAKE_INSTALL_PREFIX "install" CACHE STRING "prefix" FORCE)
set(CMAKE_INSTALL_PREFIX "install" CACHE STRING "prefix")
project(glslang)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment