File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3737 label : Version
3838 description : What version of our software are you running?
3939 options :
40+ - 0.7.0
4041 - 0.6.0
4142 - 0.5.2
4243 - Older (please let us know if the "What happened" box)
Original file line number Diff line number Diff line change @@ -131,7 +131,7 @@ endif()
131131configure_package_config_file (
132132 ${CMAKE_CURRENT_LIST_DIR } /cmake/jwt-cpp-config.cmake.in ${CMAKE_CURRENT_BINARY_DIR } /jwt-cpp-config.cmake
133133 INSTALL_DESTINATION ${JWT_CMAKE_FILES_INSTALL_DIR} PATH_VARS JWT_EXTERNAL_PICOJSON JWT_SSL_LIBRARY )
134- write_basic_package_version_file (${CMAKE_CURRENT_BINARY_DIR } /jwt-cpp-config-version.cmake VERSION 0.6 .0
134+ write_basic_package_version_file (${CMAKE_CURRENT_BINARY_DIR } /jwt-cpp-config-version.cmake VERSION 0.7 .0
135135 COMPATIBILITY ExactVersion )
136136
137137install (TARGETS jwt-cpp EXPORT jwt-cpp-targets PUBLIC_HEADER DESTINATION ${CMAKE_INSTALL_INCLUDEDIR} )
Original file line number Diff line number Diff line change 22<package >
33 <metadata >
44 <id >jwt-cpp</id >
5- <version >0.6.0-nuget.3 </version >
5+ <version >0.7.0 </version >
66 <authors >Thalhammer; prince-chrismc</authors >
77 <owners >Thalhammer; prince-chrismc</owners >
88 <projectUrl >https://github.com/Thalhammer/jwt-cpp</projectUrl >
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ project(jwt-cpp-installation-tests)
33
44set (TEST CACHE STRING "The test source file to be used" )
55
6- find_package (jwt-cpp 0.6 .0 EXACT REQUIRED CONFIG )
6+ find_package (jwt-cpp 0.7 .0 EXACT REQUIRED CONFIG )
77
88add_executable (test -project ${TEST} .cpp )
99target_link_libraries (test -project jwt-cpp::jwt-cpp )
You can’t perform that action at this time.
0 commit comments