mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced 2025-06-10 02:07:35 +02:00
Fix default runtime install dir
This commit is contained in:
parent
dc84d96a49
commit
72e5223658
@ -17,7 +17,7 @@ IF(NOT WIN32)
|
|||||||
ENDIF(NOT CMAKE_BUILD_TYPE)
|
ENDIF(NOT CMAKE_BUILD_TYPE)
|
||||||
ENDIF(NOT WIN32)
|
ENDIF(NOT WIN32)
|
||||||
|
|
||||||
SET(RUNTIME_INSTALL_DIR lib
|
SET(RUNTIME_INSTALL_DIR bin
|
||||||
CACHE PATH "Install dir for executables and dlls")
|
CACHE PATH "Install dir for executables and dlls")
|
||||||
SET(ARCHIVE_INSTALL_DIR lib
|
SET(ARCHIVE_INSTALL_DIR lib
|
||||||
CACHE PATH "Install dir for static libraries")
|
CACHE PATH "Install dir for static libraries")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user