Skip to content

Commit

Permalink
[build] Fixed a typo 'availabe'
Browse files Browse the repository at this point in the history
  • Loading branch information
maxsharabayko authored Sep 22, 2021
1 parent add4058 commit 1d862c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/haiUtil.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ function (test_requires_clock_gettime _enable _linklib)

check_testcode_compiles(${code} "" HAVE_CLOCK_GETTIME_IN)
if (HAVE_CLOCK_GETTIME_IN)
message(STATUS "CLOCK_MONOTONIC: availabe, no extra libs needed")
message(STATUS "CLOCK_MONOTONIC: available, no extra libs needed")
set (${_enable} ON PARENT_SCOPE)
set (${_linklib} "" PARENT_SCOPE)
return()
Expand Down

0 comments on commit 1d862c4

Please sign in to comment.