Commit 4a537e9 1 parent ba1077f commit 4a537e9 Copy full SHA for 4a537e9
File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ endif()
115
115
configure_package_config_file(
116
116
${CMAKE_CURRENT_LIST_DIR} /cmake/jwt-cpp-config.cmake.in ${CMAKE_CURRENT_BINARY_DIR} /jwt-cpp-config.cmake
117
117
INSTALL_DESTINATION ${JWT_CMAKE_FILES_INSTALL_DIR} PATH_VARS JWT_EXTERNAL_PICOJSON JWT_SSL_LIBRARY)
118
- write_basic_package_version_file(${CMAKE_CURRENT_BINARY_DIR} /jwt-cpp-config-version .cmake VERSION 0.5.1
118
+ write_basic_package_version_file(${CMAKE_CURRENT_BINARY_DIR} /jwt-cpp-config-version .cmake VERSION 0.6.0
119
119
COMPATIBILITY ExactVersion)
120
120
121
121
install (TARGETS jwt-cpp EXPORT jwt-cpp-targets PUBLIC_HEADER DESTINATION ${CMAKE_INSTALL_INCLUDEDIR} )
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ PROJECT_NAME = JWT-CPP
38
38
# could be handy for archiving the generated documentation or if some version
39
39
# control system is used.
40
40
41
- PROJECT_NUMBER = v0.5.1
41
+ PROJECT_NUMBER = v0.6.0
42
42
43
43
# Using the PROJECT_BRIEF tag one can provide an optional one line description
44
44
# for a project that appears at the top of each page and should give viewer a
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ project(jwt-cpp-installation-tests)
3
3
4
4
set (TEST CACHE STRING "The test source file to be used" )
5
5
6
- find_package (jwt-cpp 0.5.1 EXACT REQUIRED CONFIG)
6
+ find_package (jwt-cpp 0.6.0 EXACT REQUIRED CONFIG)
7
7
8
8
add_executable (test -project ${TEST} .cpp)
9
9
target_link_libraries (test -project jwt-cpp::jwt-cpp)
You can’t perform that action at this time.
0 commit comments