diff options
author | kinichiro <kinichiro.inoguchi@gmail.com> | 2018-10-05 22:59:44 +0900 |
---|---|---|
committer | kinichiro <kinichiro.inoguchi@gmail.com> | 2018-10-05 22:59:44 +0900 |
commit | 0b8343ace3a854fcb2d7bed850847db54841d6cf (patch) | |
tree | ad401ecf9878a28af13eb3d1cecc442d009a5263 /crypto | |
parent | f819a2bce7a708147df16b5bef21ccaadf7b9913 (diff) | |
download | portable-0b8343ace3a854fcb2d7bed850847db54841d6cf.tar.gz portable-0b8343ace3a854fcb2d7bed850847db54841d6cf.tar.bz2 portable-0b8343ace3a854fcb2d7bed850847db54841d6cf.zip |
Fix cmake to generate proper Libs.private in .pc files
Diffstat (limited to 'crypto')
-rw-r--r-- | crypto/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/CMakeLists.txt b/crypto/CMakeLists.txt index 8b66001..ed85a11 100644 --- a/crypto/CMakeLists.txt +++ b/crypto/CMakeLists.txt | |||
@@ -814,7 +814,7 @@ target_include_directories(crypto | |||
814 | 814 | ||
815 | if (BUILD_SHARED_LIBS) | 815 | if (BUILD_SHARED_LIBS) |
816 | export_symbol(crypto ${CMAKE_CURRENT_BINARY_DIR}/crypto_p.sym) | 816 | export_symbol(crypto ${CMAKE_CURRENT_BINARY_DIR}/crypto_p.sym) |
817 | target_link_libraries(crypto ${PLATFORM_LDADD}) | 817 | target_link_libraries(crypto ${PLATFORM_LIBS}) |
818 | if (WIN32) | 818 | if (WIN32) |
819 | set(CRYPTO_POSTFIX -${CRYPTO_MAJOR_VERSION}) | 819 | set(CRYPTO_POSTFIX -${CRYPTO_MAJOR_VERSION}) |
820 | endif() | 820 | endif() |