summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt
index 3899359..2226742 100644
--- a/test/CMakeLists.txt
+++ b/test/CMakeLists.txt
@@ -249,7 +249,7 @@ if (NOT BUILD_MINIMAL)
get_filename_component(TEST_TARGET ${TEST_TYPE} NAME)
if (TEST_TYPE MATCHES "^gen/${TEST_TARGET}")
- if (TEST_TARGET MATCHES "vhdl" AND ${GHDL_VERSION} VERSION_LESS "0.32")
+ if (TEST_TARGET MATCHES "vhdl" AND "${GHDL_VERSION}" VERSION_LESS "0.32")
continue()
endif()