From e7c4326b4a49606b86a69d2c8f083e30c3417ab1 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Thu, 7 Jul 2016 11:41:57 +0200 Subject: cmake: get rid of duplicate includes --- gui/CMakeLists.txt | 1 - proto-wine/CMakeLists.txt | 1 - x-plane-plugin/CMakeLists.txt | 1 - 3 files changed, 3 deletions(-) diff --git a/gui/CMakeLists.txt b/gui/CMakeLists.txt index a2a04af1..6ea4a67f 100644 --- a/gui/CMakeLists.txt +++ b/gui/CMakeLists.txt @@ -1,4 +1,3 @@ -include(opentrack-hier) opentrack_boilerplate(opentrack NO-LIBRARY) if(WIN32) diff --git a/proto-wine/CMakeLists.txt b/proto-wine/CMakeLists.txt index 36550e6e..3d1a4972 100644 --- a/proto-wine/CMakeLists.txt +++ b/proto-wine/CMakeLists.txt @@ -2,7 +2,6 @@ if(NOT WIN32) set(SDK_WINE_PREFIX "" CACHE PATH "Wine install prefix") set(SDK_WINE_NO_WRAPPER FALSE CACHE BOOL "disable Wine wrapper -- use Wine only for X-Plane") if(SDK_WINE_PREFIX) - include(opentrack-hier) opentrack_boilerplate(opentrack-proto-wine) target_link_libraries(opentrack-proto-wine opentrack-compat opentrack-csv) if(NOT SDK_WINE_NO_WRAPPER) diff --git a/x-plane-plugin/CMakeLists.txt b/x-plane-plugin/CMakeLists.txt index 63fdb399..21b6947b 100644 --- a/x-plane-plugin/CMakeLists.txt +++ b/x-plane-plugin/CMakeLists.txt @@ -1,7 +1,6 @@ if(LINUX OR APPLE) opentrack_boilerplate(opentrack-xplane-plugin NO-LIBRARY) - include(opentrack-hier) set(SDK_XPLANE "" CACHE PATH "Path to X-Plane SDK") if(SDK_XPLANE) # probably librt already included -- cgit v1.2.3