diff options
| -rw-r--r-- | cmake/opentrack-boilerplate.cmake | 4 | 
1 files changed, 1 insertions, 3 deletions
| diff --git a/cmake/opentrack-boilerplate.cmake b/cmake/opentrack-boilerplate.cmake index c63aacdf..5a93b4e8 100644 --- a/cmake/opentrack-boilerplate.cmake +++ b/cmake/opentrack-boilerplate.cmake @@ -216,9 +216,7 @@ function(otr_module n_)      endif()      if(NOT arg_NO-INSTALL) -        if(arg_BIN AND WIN32) -            install(TARGETS "${n}" RUNTIME DESTINATION . PERMISSIONS ${opentrack-perms-exec}) -        else() +        if(arg_BIN)              install(TARGETS "${n}" ${opentrack-hier-str} PERMISSIONS ${opentrack-perms-exec})          endif()          if(MSVC) | 
