aboutsummaryrefslogtreecommitdiff
path: root/DefineOptions.cmake
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2013-06-06 12:16:09 +0200
committerAndreas Schneider <asn@cryptomilk.org>2013-06-06 12:18:04 +0200
commit2963eba9a09ce56af0ee9b13b7b7cec2dca75ef2 (patch)
treee27075538c6dc1483cd97d13fa55894018caec92 /DefineOptions.cmake
parente75adb16d19b36c45ebd6911f6dbd810d564f803 (diff)
downloadsocket_wrapper-2963eba9a09ce56af0ee9b13b7b7cec2dca75ef2.tar.gz
socket_wrapper-2963eba9a09ce56af0ee9b13b7b7cec2dca75ef2.tar.xz
socket_wrapper-2963eba9a09ce56af0ee9b13b7b7cec2dca75ef2.zip
cmake: Rename options to UNIT_TESTING.
Diffstat (limited to 'DefineOptions.cmake')
-rw-r--r--DefineOptions.cmake2
1 files changed, 1 insertions, 1 deletions
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)