File: cmake-buildfix.patch

package info (click to toggle)
plog 1.1.11-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,404 kB
  • sloc: cpp: 13,637; ansic: 473; sh: 24; makefile: 4
file content (14 lines) | stat: -rw-r--r-- 291 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Description: build fix
Forwarded: TODO
Author: Sébastien Noel <sebastien@twolife.be>
--- a/test/CMakeLists.txt
+++ b/test/CMakeLists.txt
@@ -4,7 +4,7 @@ else()
     cmake_minimum_required(VERSION 3.27)
 endif()
 
-project(PlogTest CXX)
+project(PlogTest CXX C)
 
 #
 # Specify test sources