From 72e52236583c9e347d3ea63e1e86c983e764e0f5 Mon Sep 17 00:00:00 2001 From: Yu Xiaolei Date: Wed, 5 Nov 2014 13:18:16 +0800 Subject: [PATCH] Fix default runtime install dir --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0eeb1ff..2def6ca 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -17,7 +17,7 @@ IF(NOT WIN32) ENDIF(NOT CMAKE_BUILD_TYPE) ENDIF(NOT WIN32) -SET(RUNTIME_INSTALL_DIR lib +SET(RUNTIME_INSTALL_DIR bin CACHE PATH "Install dir for executables and dlls") SET(ARCHIVE_INSTALL_DIR lib CACHE PATH "Install dir for static libraries")