Skip to content

Commit 9613369

Browse files
committed
Conditional install fusion library.
1 parent e47fc94 commit 9613369

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

CMakeLists.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,10 @@ IF (WITH_FUSION)
196196

197197
SET(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -DPTLS_HAVE_FUSION=1")
198198
LIST(APPEND PTLSBENCH_LIBS picotls-fusion)
199+
200+
INSTALL(
201+
TARGETS picotls-fusion
202+
)
199203
ENDIF ()
200204

201205
IF (WITH_MBEDTLS)
@@ -276,7 +280,7 @@ IF (BUILD_FUZZER)
276280
ENDIF()
277281

278282
INSTALL(
279-
TARGETS picotls-core picotls-openssl picotls-minicrypto picotls-fusion
283+
TARGETS picotls-core picotls-openssl picotls-minicrypto
280284
RUNTIME DESTINATION bin
281285
LIBRARY DESTINATION lib
282286
ARCHIVE DESTINATION lib

0 commit comments

Comments
 (0)