build: pr787 - CMAKE_INSTALL_PREFIX default
authordavidhubbard <davidhubbard@users.noreply.github.com>
Thu, 21 Jul 2016 22:11:59 +0000 (15:11 -0700)
committerMark Young <marky@lunarg.com>
Thu, 4 Aug 2016 19:02:08 +0000 (13:02 -0600)
commitddfa70f56b91b013cd53be6752ea72451b32c852
tree14ebdebe5f1b0d76d9316da472b8f0c9f6950299
parentc0096727d65057998d8d7872f95570d5986433ed
build: pr787 - CMAKE_INSTALL_PREFIX default

CMAKE_INSTALL_PREFIX default is /usr/local on unix

In order to build with a custom CMAKE_INSTALL_PREFIX, the line
set (CMAKE_INSTALL_PREFIX "") must be removed.

CMake set will overwrite anything specified on the command
line with cmake -DCMAKE_INSTALL_PREFIX.

Change-Id: I3bc905b4ad8fb08917e500e4987eb0277ba74a40
CMakeLists.txt