CMake: Respect user-defined install path
authorPierre Moreau <dev@pmoreau.org>
Tue, 17 Nov 2015 22:27:35 +0000 (23:27 +0100)
committerDavid Neto <dneto@google.com>
Wed, 18 Nov 2015 15:04:04 +0000 (10:04 -0500)
CMakeLists.txt

index e97c64f..53399a1 100644 (file)
@@ -239,7 +239,6 @@ if (NOT ${SPIRV_SKIP_EXECUTABLES})
   endif()
 endif()
 
-set(CMAKE_INSTALL_PREFIX ${CMAKE_CURRENT_BINARY_DIR}/install)
 install(TARGETS ${SPIRV_BUILT_TARGETS}
   RUNTIME DESTINATION bin
   LIBRARY DESTINATION lib