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 /tls | |
| 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 'tls')
| -rw-r--r-- | tls/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tls/CMakeLists.txt b/tls/CMakeLists.txt index 6dc0501..337e89b 100644 --- a/tls/CMakeLists.txt +++ b/tls/CMakeLists.txt | |||
| @@ -40,7 +40,7 @@ target_include_directories(tls | |||
| 40 | 40 | ||
| 41 | if (BUILD_SHARED_LIBS) | 41 | if (BUILD_SHARED_LIBS) |
| 42 | export_symbol(tls ${CMAKE_CURRENT_SOURCE_DIR}/tls.sym) | 42 | export_symbol(tls ${CMAKE_CURRENT_SOURCE_DIR}/tls.sym) |
| 43 | target_link_libraries(tls ssl crypto ${PLATFORM_LDADD}) | 43 | target_link_libraries(tls ssl crypto ${PLATFORM_LIBS}) |
| 44 | if (WIN32) | 44 | if (WIN32) |
| 45 | set(TLS_POSTFIX -${TLS_MAJOR_VERSION}) | 45 | set(TLS_POSTFIX -${TLS_MAJOR_VERSION}) |
| 46 | endif() | 46 | endif() |
