File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -26,15 +26,15 @@ ENDIF()
26
26
SET (DEBUG_LIBNAME_SUFFIX "" CACHE STRING "Optional suffix to append to the library name for a debug build" )
27
27
SET (LIB_SUFFIX "" CACHE STRING "Optional arch-dependent suffix for the library installation directory" )
28
28
29
- SET (RUNTIME_INSTALL_DIR bin
29
+ SET (RUNTIME_INSTALL_DIR ${CMAKE_INSTALL_BINDIR}
30
30
CACHE PATH "Install dir for executables and dlls" )
31
- SET (ARCHIVE_INSTALL_DIR lib${LIB_SUFFIX }
31
+ SET (ARCHIVE_INSTALL_DIR ${CMAKE_INSTALL_LIBDIR }
32
32
CACHE PATH "Install dir for static libraries" )
33
- SET (LIBRARY_INSTALL_DIR lib${LIB_SUFFIX }
33
+ SET (LIBRARY_INSTALL_DIR ${CMAKE_INSTALL_LIBDIR }
34
34
CACHE PATH "Install dir for shared libraries" )
35
- SET (INCLUDE_INSTALL_DIR include /jsoncpp
35
+ SET (INCLUDE_INSTALL_DIR ${CMAKE_INSTALL_INCLUDEDIR} /jsoncpp
36
36
CACHE PATH "Install dir for headers" )
37
- SET (PACKAGE_INSTALL_DIR lib${LIB_SUFFIX }/cmake
37
+ SET (PACKAGE_INSTALL_DIR ${CMAKE_INSTALL_LIBDIR }/cmake
38
38
CACHE PATH "Install dir for cmake package config files" )
39
39
MARK_AS_ADVANCED ( RUNTIME_INSTALL_DIR ARCHIVE_INSTALL_DIR INCLUDE_INSTALL_DIR PACKAGE_INSTALL_DIR )
40
40
You can’t perform that action at this time.
0 commit comments