chimera: add pkgconfig install files

This commit is contained in:
Wang, Xiang W
2018-07-09 08:26:22 -04:00
parent 1ad2f8760c
commit c8ec0d0ec2
4 changed files with 50 additions and 8 deletions

View File

@@ -460,7 +460,7 @@ if (NOT CORRECT_PCRE_VERSION)
endif()
# we need static libs for Chimera - too much deep magic for shared libs
if (CORRECT_PCRE_VERSION AND BUILD_STATIC_LIBS)
if (CORRECT_PCRE_VERSION AND PCRE_BUILD_SOURCE AND BUILD_STATIC_LIBS)
set(BUILD_CHIMERA TRUE)
endif()
@@ -512,7 +512,7 @@ if (NOT CORRECT_PCRE_VERSION)
endif()
# we need static libs for Chimera - too much deep magic for shared libs
if (CORRECT_PCRE_VERSION AND BUILD_STATIC_LIBS)
if (CORRECT_PCRE_VERSION AND PCRE_BUILD_SOURCE AND BUILD_STATIC_LIBS)
set(BUILD_CHIMERA TRUE)
endif()