Skip to content

Commit

Permalink
cmake: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sthalik committed Nov 20, 2021
1 parent dbb5a9a commit c9bad7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/opentrack-boilerplate.cmake
Expand Up @@ -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()
Expand Down

0 comments on commit c9bad7a

Please sign in to comment.