From d570163116703883a3fbcacbd865b7cc2f9d9f5f Mon Sep 17 00:00:00 2001 From: "Wladimir J. van der Laan" Date: Wed, 12 Feb 2020 13:44:22 +0000 Subject: [PATCH] Correct BUILD_TESTS description in CMakeLists.txt --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 92b5d180..487db42b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ project(nextpnr) option(BUILD_GUI "Build GUI" ON) option(BUILD_PYTHON "Build Python Integration" ON) -option(BUILD_TESTS "Build GUI" OFF) +option(BUILD_TESTS "Build tests" OFF) option(BUILD_HEAP "Build HeAP analytic placer" ON) option(USE_OPENMP "Use OpenMP to accelerate analytic placer" OFF) option(COVERAGE "Add code coverage info" OFF)