From: Ole Streicher <olebole@debian.org>
Date: Tue, 14 Jul 2020 15:46:24 +0200
Subject: Don't build demo executable

This executable is not really used, and it does not build on arm and
mips 32 bit anyway (missing 128-bit FP ops).
---
 src/CMakeLists.txt | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index ea1ef88..4fa533c 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -152,9 +152,6 @@ target_include_directories (gftl-shared PUBLIC
 
 target_link_libraries (gftl-shared extern-gftl-shared)
 
-add_executable (demo.x demo.F90)
-target_link_libraries (demo.x gftl-shared)
-
 install (DIRECTORY ${GFTL_SHARED_BINARY_DIR}/mod/ DESTINATION include/${dest})
 install (TARGETS gftl-shared EXPORT GFTL_SHARED DESTINATION "${CMAKE_INSTALL_LIBDIR}")
 install (EXPORT GFTL_SHARED DESTINATION "share/cmake/${dest}")
