From bc6954af018b6f7cdc22f5e8e5f0da4ad8ee6f46 Mon Sep 17 00:00:00 2001 From: Laurent Rineau Date: Tue, 26 Mar 2019 10:49:00 +0100 Subject: [PATCH] Fix an error in Fedora RPM ``` CGAL-devel.x86_64: E: zero-length /usr/lib64/cmake/CGAL/config/support/test_syntaxonly.cpp ``` https://taskotron.fedoraproject.org/artifacts/all/bf72d02c-4aff-11e9-a48a-525400fc9f92/tests.yml/CGAL-4.14-0.1beta2.fc30.log --- Installation/cmake/modules/config/support/test_syntaxonly.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Installation/cmake/modules/config/support/test_syntaxonly.cpp b/Installation/cmake/modules/config/support/test_syntaxonly.cpp index e69de29bb2d..237c8ce1817 100644 --- a/Installation/cmake/modules/config/support/test_syntaxonly.cpp +++ b/Installation/cmake/modules/config/support/test_syntaxonly.cpp @@ -0,0 +1 @@ +int main() {}