From 790e04b5141c31c28b2a9dceace1fdeef00ebed5 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Tue, 16 Jan 2018 04:12:23 +0100 Subject: cmake: split variant handling to each variant --- CMakeLists.txt | 3 --- 1 file changed, 3 deletions(-) (limited to 'CMakeLists.txt') 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}") -- cgit v1.2.3