diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2017-01-13 21:29:19 +0100 | 
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2017-01-13 21:29:19 +0100 | 
| commit | f05970713bc2a150c8fa76c073362ff93c41c5ba (patch) | |
| tree | 8896b42731fc8449ff5a1c7e336efe391761e8dc /cmake | |
| parent | cfb101caa5ccaeb3a28be70a0fe119c29f781bc6 (diff) | |
cmake/build: remove dead code
Diffstat (limited to 'cmake')
| -rw-r--r-- | cmake/opentrack-build.cmake | 2 | 
1 files changed, 0 insertions, 2 deletions
diff --git a/cmake/opentrack-build.cmake b/cmake/opentrack-build.cmake index e44dceb4..4fe8fde0 100644 --- a/cmake/opentrack-build.cmake +++ b/cmake/opentrack-build.cmake @@ -22,8 +22,6 @@ function(cleanup_build_dir)      set(files_ "") -    set(got-install FALSE) -    set(got-install-file FALSE)      set(got-cache FALSE)      foreach(i ${files})  | 
