aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiodrag Milanović <mmicko@gmail.com>2020-02-12 19:15:40 +0100
committerGitHub <noreply@github.com>2020-02-12 19:15:40 +0100
commitbb8af6ff8bb836b1baf851095c48aadd6b451aa3 (patch)
treec8aef50a90c83c1c6fefe2ae205ab49b7fd5ed77
parentca733561873cd54be047ae30a94efcd71b3f8be5 (diff)
parentd570163116703883a3fbcacbd865b7cc2f9d9f5f (diff)
downloadnextpnr-bb8af6ff8bb836b1baf851095c48aadd6b451aa3.tar.gz
nextpnr-bb8af6ff8bb836b1baf851095c48aadd6b451aa3.tar.bz2
nextpnr-bb8af6ff8bb836b1baf851095c48aadd6b451aa3.zip
Merge pull request #394 from laanwj/2020_02_cmake
Correct BUILD_TESTS description in CMakeLists.txt
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
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)