From df567396803d3ea57de48fe090cbb9360abde703 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Tue, 16 May 2017 05:02:31 +0200 Subject: nothing --- cmake/opentrack-boilerplate.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmake') diff --git a/cmake/opentrack-boilerplate.cmake b/cmake/opentrack-boilerplate.cmake index bb596951..6d83e49a 100644 --- a/cmake/opentrack-boilerplate.cmake +++ b/cmake/opentrack-boilerplate.cmake @@ -245,7 +245,7 @@ function(otr_prop type) endif() # must pass some properties at least list(LENGTH opts len) - if(NOT "${len}" GREATER 1) + if(NOT "${len}" GREATER 0) message(FATAL_ERROR "no properties given") endif() -- cgit v1.2.3