From 986e8eed00ded8168ef4eaa6f925dc6be50b40fa Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Mon, 3 Jan 2022 15:06:59 +0530 Subject: [PATCH] cmake: Install pkgconfig file in mingw --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 888b8e0..998d733 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -417,7 +417,7 @@ set(CMAKE_DEBUG_POSTFIX "_debug") # ---------------------------------------------------------------------------- # installation directories -if (OS_WINDOWS) +if (OS_WINDOWS AND NOT MINGW) set (RUNTIME_INSTALL_DIR "bin") set (LIBRARY_INSTALL_DIR "lib") set (INCLUDE_INSTALL_DIR "include")