summarylogtreecommitdiffstats
path: root/0001-cmake-fix-installation-of-fbs-files.patch
blob: e89cb60437210e93efa5f1278a659d62535d9577 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
From 4584e99f26608eec9bdc8262aca377c2da85d256 Mon Sep 17 00:00:00 2001
From: Xiretza <xiretza@xiretza.xyz>
Date: Sat, 24 Apr 2021 17:19:38 +0200
Subject: [PATCH] cmake: fix installation of fbs files

---
 CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 2f58c73..103dbef 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -177,7 +177,7 @@ configure_file(
 install(  # install flatbuf proto defs
   DIRECTORY ${LIBSIGMF_GEN_HEADERS}/
   DESTINATION include/sigmf/fbs
-  FILES_MATCHING PATTERN "*.fbs)")
+  FILES_MATCHING PATTERN "*.fbs")
 install(  # install generated headers
   DIRECTORY ${LIBSIGMF_GEN_HEADERS}/
   DESTINATION include/sigmf
-- 
2.31.1