summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@edwardthomson.com>2021-11-06 16:44:07 -0400
committerEdward Thomson <ethomson@edwardthomson.com>2021-11-11 15:56:10 -0500
commitd3a7a352d59e4075e979bfe9aea73f0f531c32eb (patch)
treea8d67597c5865a404c2616603a8cd42aa8ae2a15 /CMakeLists.txt
parent207beff5414a44bcde41535a905e51d5b774330b (diff)
downloadlibgit2-d3a7a352d59e4075e979bfe9aea73f0f531c32eb.tar.gz
cmake: move test enablement into test cmake
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 23d09682d..ae0a5d685 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -111,7 +111,6 @@ include(DefaultCFlags)
add_subdirectory(src)
if(BUILD_TESTS)
- enable_testing()
add_subdirectory(tests)
endif()