File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -28,11 +28,11 @@ SET(LIB_SUFFIX "" CACHE STRING "Optional arch-dependent suffix for the library i
28
28
29
29
SET (RUNTIME_INSTALL_DIR bin
30
30
CACHE PATH "Install dir for executables and dlls" )
31
- SET (ARCHIVE_INSTALL_DIR ${CMAKE_INSTALL_PREFIX} / lib${LIB_SUFFIX}
31
+ SET (ARCHIVE_INSTALL_DIR lib${LIB_SUFFIX}
32
32
CACHE PATH "Install dir for static libraries" )
33
- SET (LIBRARY_INSTALL_DIR ${CMAKE_INSTALL_PREFIX} / lib${LIB_SUFFIX}
33
+ SET (LIBRARY_INSTALL_DIR lib${LIB_SUFFIX}
34
34
CACHE PATH "Install dir for shared libraries" )
35
- SET (INCLUDE_INSTALL_DIR ${CMAKE_INSTALL_PREFIX} / include/jsoncpp
35
+ SET (INCLUDE_INSTALL_DIR include /jsoncpp
36
36
CACHE PATH "Install dir for headers" )
37
37
SET (PACKAGE_INSTALL_DIR lib${LIB_SUFFIX}/cmake
38
38
CACHE PATH "Install dir for cmake package config files" )
You can’t perform that action at this time.
0 commit comments