File: 010_cross.patch

package info (click to toggle)
ccbuild 2.0.11-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,612 kB
  • sloc: cpp: 5,093; ansic: 1,913; sh: 244; makefile: 24
file content (13 lines) | stat: -rw-r--r-- 314 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
Description: Fix FTCBFS
Author: Helmut Grohne <helmut@subdivi.de>
Debian-Bug: https://bugs.debian.org/950130
Last-Update: 2021-03-26
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,5 +1,5 @@
 cmake_minimum_required (VERSION 3.5)
-project (ccbuild)
+project (ccbuild LANGUAGES CXX)
 
 set (CMAKE_CXX_STANDARD 23)