aboutsummaryrefslogtreecommitdiff
path: root/test/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/CMakeLists.txt')
-rw-r--r--test/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt
index ff528cd..deab05a 100644
--- a/test/CMakeLists.txt
+++ b/test/CMakeLists.txt
@@ -1,4 +1,4 @@
-cmake_minimum_required(VERSION 2.8.11)
+cmake_minimum_required(VERSION 3.10)
# This is an issue because criterion contains a header "io/output.h" which is
# after ecgen's "io/output.h" and so gets shadowed in the include directories
@@ -18,4 +18,4 @@ add_executable(test_ecgen ${TEST_SRC} ${TESTING_SRC} ${SRC})
target_link_libraries(test_ecgen pthread rt pari parson sha1 ${criterion})
enable_testing()
-add_test(NAME test_ecgen COMMAND test_ecgen) \ No newline at end of file
+add_test(NAME test_ecgen COMMAND test_ecgen)