mirror of
https://github.com/gflags/gflags.git
synced 2025-04-05 05:25:04 +00:00
cmake: Install pkgconfig file in mingw
This commit is contained in:
parent
827c769e5f
commit
b1d1ea7473
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Reference in a new issue