gnu: Add kafs-client
[jackhill/guix/guix.git] / gnu / packages / patches / fifo-map-remove-catch.hpp.patch
CommitLineData
385357c0
FT
1From 20dcf90fd02511f8d78ea7cc8ac82c121fd2f6cf Mon Sep 17 00:00:00 2001
2From: fis <ybbs.daans@hotmail.com>
3Date: Sat, 26 May 2018 22:56:29 +0800
4Subject: [PATCH 1/2] * CMakeLists.txt: Remove catch.hpp.
5
6---
7 CMakeLists.txt | 6 ++----
8 1 file changed, 2 insertions(+), 4 deletions(-)
9
10diff --git a/CMakeLists.txt b/CMakeLists.txt
11index 6603c7f..eba147b 100644
12--- a/CMakeLists.txt
13+++ b/CMakeLists.txt
14@@ -2,11 +2,9 @@ cmake_minimum_required(VERSION 2.8)
15
16 project(fifo_map LANGUAGES CXX)
17
18-add_executable(unit
19- src/fifo_map.hpp test/thirdparty/catch/catch.hpp test/unit.cpp
20-)
21+add_executable(unit src/fifo_map.hpp test/unit.cpp)
22
23-target_include_directories(unit PRIVATE "test" "src" "test/thirdparty")
24+target_include_directories(unit PRIVATE "test" "src")
25
26 if(MSVC)
27 set(CMAKE_CXX_FLAGS
28--
292.14.3
30