summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--gui/CMakeLists.txt1
-rw-r--r--proto-wine/CMakeLists.txt1
-rw-r--r--x-plane-plugin/CMakeLists.txt1
3 files changed, 0 insertions, 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