aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2012-06-14 12:45:59 +0200
committerAndreas Schneider <asn@cryptomilk.org>2012-06-14 12:45:59 +0200
commit734210f6e75a04d740a3921660cb6d4290e7875b (patch)
tree6cbcfb7c07f7a3a778f6c6c0246f7a6d70c30eeb /CMakeLists.txt
parentb32200ba7cedab8d8c932f50fbbb7df371be9f70 (diff)
downloadcmocka-734210f6e75a04d740a3921660cb6d4290e7875b.tar.gz
cmocka-734210f6e75a04d740a3921660cb6d4290e7875b.tar.xz
cmocka-734210f6e75a04d740a3921660cb6d4290e7875b.zip
Rename cmokery to cmocka for a fork.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index c087424..9667171 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,4 +1,4 @@
-project(cmockery C)
+project(cmocka C)
# Required cmake version
cmake_minimum_required(VERSION 2.6.0)