Skip to content

Commit 72e5223

Browse files
committed
Fix default runtime install dir
1 parent dc84d96 commit 72e5223

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ IF(NOT WIN32)
1717
ENDIF(NOT CMAKE_BUILD_TYPE)
1818
ENDIF(NOT WIN32)
1919

20-
SET(RUNTIME_INSTALL_DIR lib
20+
SET(RUNTIME_INSTALL_DIR bin
2121
CACHE PATH "Install dir for executables and dlls")
2222
SET(ARCHIVE_INSTALL_DIR lib
2323
CACHE PATH "Install dir for static libraries")

0 commit comments

Comments
 (0)