diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2015-10-30 10:14:46 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2015-10-30 10:14:46 +0100 |
commit | 3225b24e3ef6ec40bdfa45fdf92714483591a0e9 (patch) | |
tree | 074364a34b29d37ff05a84fe91a4c423ccf8af27 /proto-wine/CMakeLists.txt | |
parent | 48c30a3d75d18e87e39c18cb52961bb37ab6055e (diff) |
wine: fix install wrapper
Diffstat (limited to 'proto-wine/CMakeLists.txt')
-rw-r--r-- | proto-wine/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/proto-wine/CMakeLists.txt b/proto-wine/CMakeLists.txt index bafcff8b..71443b82 100644 --- a/proto-wine/CMakeLists.txt +++ b/proto-wine/CMakeLists.txt @@ -20,7 +20,7 @@ if(NOT WIN32) add_custom_target(wine-wrapper ALL DEPENDS opentrack-wrapper-wine.exe.so) add_dependencies(opentrack-proto-wine wine-wrapper) add_dependencies(wine-wrapper opentrack-compat) - install(FILES "${CMAKE_BINARY_DIR}/opentrack-wrapper-wine.exe.so" DESTINATION .) + install(FILES "${CMAKE_CURRENT_BINARY_DIR}/opentrack-wrapper-wine.exe.so" DESTINATION .) endif() endif() endif() |