The obs-outputs-config.h.in file is not actually used. It only defines the FTL_FOUND variable, but the build system takes care of that by setting a compiler argument for that. Drop that file.
@@ -1,15 +0,0 @@
-#pragma once
-
-#ifndef TRUE
-#define TRUE 1
-#endif
-#ifndef ON
-#define ON 1
-#ifndef FALSE
-#define FALSE 0
-#cmakedefine FTL_FOUND