From 2963eba9a09ce56af0ee9b13b7b7cec2dca75ef2 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Thu, 6 Jun 2013 12:16:09 +0200 Subject: cmake: Rename options to UNIT_TESTING. --- DefineOptions.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'DefineOptions.cmake') diff --git a/DefineOptions.cmake b/DefineOptions.cmake index aca40a5..6030e79 100644 --- a/DefineOptions.cmake +++ b/DefineOptions.cmake @@ -1 +1 @@ -option(WITH_TESTING "Build with unit tests" OFF) +option(UNIT_TESTING "Build with unit tests" OFF) -- cgit