File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ include(GNUInstallDirs)
16
16
if (WIN32 AND NOT CYGWIN )
17
17
set (DEF_INSTALL_CMAKE_DIR CMake )
18
18
else ()
19
- set (DEF_INSTALL_CMAKE_DIR lib /cmake/cppnetlib )
19
+ set (DEF_INSTALL_CMAKE_DIR ${CMAKE_INSTALL_LIBDIR} /cmake/cppnetlib )
20
20
endif ()
21
21
set (INSTALL_CMAKE_DIR ${DEF_INSTALL_CMAKE_DIR} CACHE PATH "Installation directory for CMake files" )
22
22
@@ -48,7 +48,7 @@ set(CMAKE_VERBOSE_MAKEFILE true)
48
48
49
49
set (CPPNETLIB_VERSION_MAJOR 0 ) # MUST bump this whenever we make ABI-incompatible changes
50
50
set (CPPNETLIB_VERSION_MINOR 11 )
51
- set (CPPNETLIB_VERSION_PATCH 0 )
51
+ set (CPPNETLIB_VERSION_PATCH 1 )
52
52
set (CPPNETLIB_VERSION_STRING ${CPPNETLIB_VERSION_MAJOR} .${CPPNETLIB_VERSION_MINOR}.${CPPNETLIB_VERSION_PATCH} )
53
53
54
54
if (CMAKE_BUILD_TYPE MATCHES Debug )
You can’t perform that action at this time.
0 commit comments