diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2018-01-16 04:12:23 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2018-01-16 06:45:50 +0100 |
commit | 790e04b5141c31c28b2a9dceace1fdeef00ebed5 (patch) | |
tree | bf7c293976dbddca4848c098a1034e3e5cfde99e /CMakeLists.txt | |
parent | 8c21096c50bad5e8d91c717af6a2b909e740291a (diff) |
cmake: split variant handling to each variant
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index aa1a63dd..8c408efc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -63,9 +63,6 @@ function(otr_add_subdirs) get_property(_globs GLOBAL PROPERTY opentrack-subprojects) otr_add_target_dirs(_globbed ${_globs}) - get_property(_variant GLOBAL PROPERTY opentrack-variant) - add_subdirectory("variant/${_variant}") - foreach(k ${_globbed}) get_filename_component(k "${k}" DIRECTORY) add_subdirectory("${k}") |