From c9bad7aafa853618b306dd9d8efcbfe6a905fb26 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sat, 20 Nov 2021 19:08:49 +0100 Subject: cmake: fix typo --- 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 800e2480..f074c79b 100644 --- a/cmake/opentrack-boilerplate.cmake +++ b/cmake/opentrack-boilerplate.cmake @@ -84,7 +84,7 @@ function(otr_compat target) endif() get_property(type TARGET "${n}" PROPERTY TYPE) - if (".${TYPE}" STREQUAL ".EXECUTABLE") + if (type STREQUAL "EXECUTABLE") otr_fixup_subsystem(${target}) endif() endfunction() -- cgit v1.2.3