File: autopkgtest.patch

package info (click to toggle)
spdlog 1%3A1.15.3%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,172 kB
  • sloc: cpp: 8,373; ansic: 2,774; sh: 43; makefile: 39; python: 12
file content (14 lines) | stat: -rw-r--r-- 396 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
From: Michael R. Crusoe <crusoe@debian.org>
Subject: Enable running the tests against an installed copy of spdlog
Forwarded: not-needed
--- a/example/CMakeLists.txt
+++ b/example/CMakeLists.txt
@@ -3,6 +3,8 @@
 cmake_minimum_required(VERSION 3.11)
 project(spdlog_examples CXX)
 
+include(../cmake/utils.cmake)
+
 if(NOT TARGET spdlog)
     # Stand-alone build
     find_package(spdlog REQUIRED)