Skip to content

Commit d7367fd

Browse files
committedOct 14, 2022
Bump up 109.1.2 [2022.10.01]
fixed checkout id
1 parent be770ea commit d7367fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ if ( LIVE555_ENABLE_OPENSSL )
6969
set(EMSCRIPTEN_ROOT_PATH "$ENV{SYSROOT}")
7070
if(WIN32)
7171
find_package(OpenSSL REQUIRED COMPONENTS Crypto SSL)
72-
target_link_libraries(live555_cxx_flags PRIVATE
72+
target_link_libraries(live555_cxx_flags INTERFACE
7373
OpenSSL::SSL
7474
OpenSSL::Crypto
7575
)

0 commit comments

Comments
 (0)
Please sign in to comment.