diff options
author | Andreas Schneider <asn@cryptomilk.org> | 2012-06-14 12:45:59 +0200 |
---|---|---|
committer | Andreas Schneider <asn@cryptomilk.org> | 2012-06-14 12:45:59 +0200 |
commit | 734210f6e75a04d740a3921660cb6d4290e7875b (patch) | |
tree | 6cbcfb7c07f7a3a778f6c6c0246f7a6d70c30eeb /ConfigureChecks.cmake | |
parent | b32200ba7cedab8d8c932f50fbbb7df371be9f70 (diff) | |
download | cmocka-734210f6e75a04d740a3921660cb6d4290e7875b.tar.gz cmocka-734210f6e75a04d740a3921660cb6d4290e7875b.tar.bz2 cmocka-734210f6e75a04d740a3921660cb6d4290e7875b.zip |
Rename cmokery to cmocka for a fork.
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 77333db..798e95f 100644 --- a/ConfigureChecks.cmake +++ b/ConfigureChecks.cmake @@ -87,7 +87,7 @@ if (WIN32) check_function_exists(_snprintf_s HAVE__SNPRINTF_S) endif (WIN32) -set(CMOCKERY_REQUIRED_LIBRARIES ${CMAKE_REQUIRED_LIBRARIES} CACHE INTERNAL "cmockery required system libraries") +set(CMOCKA_REQUIRED_LIBRARIES ${CMAKE_REQUIRED_LIBRARIES} CACHE INTERNAL "cmocka required system libraries") # OPTIONS |