Skip to content

Commit be07d2d

Browse files
authored
cmake: fix comment (yhirose#1616)
1 parent 0f1b62c commit be07d2d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -256,13 +256,13 @@ configure_package_config_file("${PROJECT_NAME}Config.cmake.in"
256256
if(HTTPLIB_COMPILE)
257257
write_basic_package_version_file("${PROJECT_NAME}ConfigVersion.cmake"
258258
# Example: if you find_package(httplib 0.5.4)
259-
# then anything >= 0.5 and <= 1.0 is accepted
259+
# then anything >= 0.5.4 and < 0.6 is accepted
260260
COMPATIBILITY SameMinorVersion
261261
)
262262
else()
263263
write_basic_package_version_file("${PROJECT_NAME}ConfigVersion.cmake"
264264
# Example: if you find_package(httplib 0.5.4)
265-
# then anything >= 0.5 and <= 1.0 is accepted
265+
# then anything >= 0.5.4 and < 0.6 is accepted
266266
COMPATIBILITY SameMinorVersion
267267
# Tells Cmake that it's a header-only lib
268268
# Mildly useful for end-users :)

0 commit comments

Comments
 (0)