Skip to content

Commit

Permalink
cmake: Correct typo, semvar -> semver
Browse files Browse the repository at this point in the history
  • Loading branch information
Smjert committed Jan 4, 2024
1 parent d9ac612 commit f3eab7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/options.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ function(detectOsqueryVersion)
list(LENGTH osquery_version_components osquery_version_components_len)

if(NOT osquery_version_components_len GREATER_EQUAL 3)
message(FATAL_ERROR "Version should have at least 3 components (semvar).")
message(FATAL_ERROR "Version should have at least 3 components (semver).")
endif()

set(OSQUERY_VERSION_INTERNAL "${osquery_version}" PARENT_SCOPE)
Expand Down

0 comments on commit f3eab7f

Please sign in to comment.