diff options
author | Andreas Schneider <asn@cryptomilk.org> | 2017-04-07 16:09:48 +0200 |
---|---|---|
committer | Andreas Schneider <asn@cryptomilk.org> | 2017-04-07 16:11:24 +0200 |
commit | ecd96bda4966ad9d034021a76505a4652f632c95 (patch) | |
tree | 058f2a802076ab367b340205bf983f5ddbf43fc1 /ConfigureChecks.cmake | |
parent | 71ea4830f9f69af92a23d9bd256eb3870765f510 (diff) | |
download | cmocka-ecd96bda4966ad9d034021a76505a4652f632c95.tar.gz cmocka-ecd96bda4966ad9d034021a76505a4652f632c95.tar.bz2 cmocka-ecd96bda4966ad9d034021a76505a4652f632c95.zip |
cmocka: Change define to HAVE_CLOCK_REALTIME
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
Diffstat (limited to 'ConfigureChecks.cmake')
-rw-r--r-- | ConfigureChecks.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake index 31c5a94..9bdc6f8 100644 --- a/ConfigureChecks.cmake +++ b/ConfigureChecks.cmake @@ -135,7 +135,7 @@ int main(void) { clock_gettime(CLOCK_REALTIME, &ts); return 0; -}" HAVE_CLOCK_GETTIME_REALTIME) +}" HAVE_CLOCK_REALTIME) # reset cmake requirements set(CMAKE_REQUIRED_INCLUDES) |