From 5d4a7d66cba27b946ac155983d8b1710b353aaae Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Mon, 24 Jan 2022 18:32:05 +0100 Subject: Cleaning tests --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index b86b74c..237f223 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -12,5 +12,4 @@ configure_file(src/pgnp.hpp ${PGNP_INCLUDE_DIR} COPYONLY) include_directories(${PGNP_INCLUDE_DIR}) # Unit tests -enable_testing() add_subdirectory(./tests) -- cgit v1.2.3