Merge pull request #1138 from ffontaine/openssl

Fix cmake error when -DBUILD_SHARED_LIBS=ON
pull/1140/head
orignal 7 years ago committed by GitHub
commit 190435acd9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -97,6 +97,7 @@ set_target_properties(libi2pd PROPERTIES PREFIX "")
install(TARGETS libi2pd
EXPORT libi2pd
ARCHIVE DESTINATION lib
LIBRARY DESTINATION lib
COMPONENT Libraries)
# TODO Make libi2pd available to 3rd party projects via CMake as imported target
# FIXME This pulls stdafx

Loading…
Cancel
Save