cmake: Install pkgconfig file in mingw

This commit is contained in:
Biswapriyo Nath 2022-01-03 15:06:59 +05:30 committed by Andreas Schuh
parent 9ca7e9ee7a
commit 986e8eed00

View file

@ -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")