diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2015-11-22 18:08:11 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2015-11-22 18:08:11 +0100 |
commit | 60772640a27d316fe7301117fc74af78859da8db (patch) | |
tree | fd90c7e623175508cfcd80ee1a55fbd709e1cf81 /CMakeLists.txt | |
parent | e2ea45a81d5f30fdbd42e0b03a192afa81e877dc (diff) |
cmake: build osx .app only after install
By accident tarball was build prior to install qxt-mini.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 16ee3be3..fef1baed 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -22,8 +22,8 @@ file(GLOB opentrack-subprojects "csv/${C}" "pose-widget/${C}" "spline-widget/${C}" - "macosx/${C}" "qxt-mini/${C}" + "macosx/${C}" ) foreach(i ${opentrack-subprojects}) get_filename_component(i ${i} DIRECTORY) |