cmake: Fix a typo in the options
[platform/upstream/cmocka.git] / tests / ctest-default.cmake
index a81a5f0..e21e93c 100644 (file)
@@ -13,7 +13,7 @@ set(CTEST_CMAKE_GENERATOR "Unix Makefiles")
 set(CTEST_BUILD_CONFIGURATION "Debug")
 
 ## The build options for the project
-set(CTEST_BUILD_OPTIONS "-DUNIT_TESTING=ON -DWITH_CMOKERY_SUPPORT=ON")
+set(CTEST_BUILD_OPTIONS "-DUNIT_TESTING=ON -DWITH_CMOCKERY_SUPPORT=ON")
 
 #set(CTEST_CUSTOM_MEMCHECK_IGNORE torture_rand)