blob: 7561a24a889008343ea810e95b00ec37637d25b6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
This file is part of MXE. See LICENSE.md for licensing information.
Contains ad hoc patches for cross building.
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: Tony Theodore <tonyt@logyst.com>
Date: Wed, 1 Nov 2017 19:30:10 +1100
Subject: [PATCH 1/1] install pc files etc. on mingw
diff --git a/itpp/CMakeLists.txt b/itpp/CMakeLists.txt
index 1111111..2222222 100644
--- a/itpp/CMakeLists.txt
+++ b/itpp/CMakeLists.txt
@@ -101,7 +101,7 @@ if (HTML_DOCS AND DOXYGEN_FOUND)
endif()
#itpp-config script for UNIX-like systems
-if (UNIX)
+if (UNIX OR MINGW)
if (ITPP_LIBS)
string (REPLACE ";" " " ITPP_LIBS "${ITPP_LIBS}")
endif()
|