diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2016-05-23 10:44:14 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2016-05-23 10:44:14 +0200 |
commit | 5075ced78b504b1d32ad6becb4eb857764d30cdb (patch) | |
tree | d092bb0190ac6c44b6bf8a217563213f21a1227d /gui | |
parent | ab57277ad5a67d9267cf83c7df49bade163f90d6 (diff) |
cmake: fix boilerplate for NO-LIBRARY + STAGE2
Diffstat (limited to 'gui')
-rw-r--r-- | gui/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gui/CMakeLists.txt b/gui/CMakeLists.txt index 3b2e60e1..08534795 100644 --- a/gui/CMakeLists.txt +++ b/gui/CMakeLists.txt @@ -34,5 +34,4 @@ if(LINUX) endif() opentrack_boilerplate(opentrack STAGE2) -install(TARGETS opentrack DESTINATION .) |