We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f1b62c commit be07d2dCopy full SHA for be07d2d
CMakeLists.txt
@@ -256,13 +256,13 @@ configure_package_config_file("${PROJECT_NAME}Config.cmake.in"
256
if(HTTPLIB_COMPILE)
257
write_basic_package_version_file("${PROJECT_NAME}ConfigVersion.cmake"
258
# Example: if you find_package(httplib 0.5.4)
259
- # then anything >= 0.5 and <= 1.0 is accepted
+ # then anything >= 0.5.4 and < 0.6 is accepted
260
COMPATIBILITY SameMinorVersion
261
)
262
else()
263
264
265
266
267
# Tells Cmake that it's a header-only lib
268
# Mildly useful for end-users :)
0 commit comments