File: 0004-make-test-not-depend-on-CXX.patch

package info (click to toggle)
lambda-align 1.0.3-7
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 1,072 kB
  • sloc: cpp: 4,654; sh: 71; makefile: 27
file content (21 lines) | stat: -rw-r--r-- 477 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
From: Enrico Seiler <enrico.seiler.debian@outlook.com>
Date: Wed, 27 Nov 2024 01:35:35 +0100
Subject: make test not depend on CXX

---
 tests/CMakeLists.txt | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt
index 3b6e3cf..85ab342 100644
--- a/tests/CMakeLists.txt
+++ b/tests/CMakeLists.txt
@@ -4,6 +4,8 @@
 
 cmake_minimum_required (VERSION 3.0.0)
 
+project (lambda_test LANGUAGES NONE)
+
 enable_testing ()
 include (CTest)