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 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()