mirror of
https://github.com/gflags/gflags.git
synced 2025-04-04 13:05:03 +00:00
cmake: Install pkgconfig file in mingw
This commit is contained in:
parent
9ca7e9ee7a
commit
986e8eed00
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