diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2017-05-16 05:02:31 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2017-05-16 05:02:31 +0200 |
commit | df567396803d3ea57de48fe090cbb9360abde703 (patch) | |
tree | 51fddda1328a49e334bd41e76cf14d291fa0d6e7 /cmake | |
parent | 2b755b20caeae9f3b2ce4471e872204335e9db70 (diff) |
nothing
Diffstat (limited to 'cmake')
-rw-r--r-- | cmake/opentrack-boilerplate.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
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() |