aboutsummaryrefslogtreecommitdiff
path: root/tests/CMakeLists.txt
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2009-06-09 17:29:16 +0000
committerBill Hoffman <bill.hoffman@kitware.com>2009-06-09 17:29:16 +0000
commit744dceaffe4f79293b6bdd9eefe64ca83c701876 (patch)
tree6613db6d276ab8502e3073ad9a5ce144302afbef /tests/CMakeLists.txt
parent8740d147c943f6d76194cb8c4e1e509c405722c6 (diff)
ENH: lower case cmake functions and remove tabs and re-indent cmake code
Diffstat (limited to 'tests/CMakeLists.txt')
-rw-r--r--tests/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt
index 147ef1fdd..04ab06ed6 100644
--- a/tests/CMakeLists.txt
+++ b/tests/CMakeLists.txt
@@ -1,2 +1,2 @@
-ADD_SUBDIRECTORY(libtest)
-ADD_SUBDIRECTORY(server)
+add_subdirectory(libtest)
+add_subdirectory(server)