From 01a3b9ce36f87f2f7bd5435ca626d9eb3d4a77ca Mon Sep 17 00:00:00 2001 From: Pierre Moreau Date: Tue, 17 Nov 2015 23:27:35 +0100 Subject: [PATCH] CMake: Respect user-defined install path --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e97c64f..53399a1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 -- 2.7.4