commit | 01a3b9ce36f87f2f7bd5435ca626d9eb3d4a77ca | [log] [tgz] |
---|---|---|
author | Pierre Moreau <dev@pmoreau.org> | Tue Nov 17 23:27:35 2015 +0100 |
committer | David Neto <dneto@google.com> | Wed Nov 18 10:04:04 2015 -0500 |
tree | 54adaa9da5be5345a9637ad793b2b22940380258 | |
parent | 748d585a9a60723c4e7adfb28bca293d5637f76f [diff] |
CMake: Respect user-defined install path
diff --git a/CMakeLists.txt b/CMakeLists.txt index e97c64f..53399a1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt
@@ -239,7 +239,6 @@ endif() endif() -set(CMAKE_INSTALL_PREFIX ${CMAKE_CURRENT_BINARY_DIR}/install) install(TARGETS ${SPIRV_BUILT_TARGETS} RUNTIME DESTINATION bin LIBRARY DESTINATION lib