cmake: Install pkgconfig file in mingw

This commit is contained in:
Biswapriyo Nath 2022-01-03 15:06:59 +05:30 committed by GitHub
parent 827c769e5f
commit b1d1ea7473
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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