]> git.pld-linux.org Git - packages/bcunit.git/blob - lib.patch
- updated to 5.3.26
[packages/bcunit.git] / lib.patch
1 --- bcunit-5.3.26/BCUnit/Sources/CMakeLists.txt.orig    2024-03-04 21:49:07.017623821 +0100
2 +++ bcunit-5.3.26/BCUnit/Sources/CMakeLists.txt 2024-03-04 21:56:12.778650608 +0100
3 @@ -161,13 +161,14 @@ target_include_directories(bcunit PUBLIC
4         $<BUILD_INTERFACE:${PROJECT_SOURCE_DIR}/BCUnit/Headers>
5         $<BUILD_INTERFACE:${PROJECT_BINARY_DIR}/BCUnit/Headers>
6  )
7 +set_target_properties(bcunit PROPERTIES SOVERSION 1)
8  set_target_properties(bcunit PROPERTIES VERSION 1.0.1)
9  
10  if(ANDROID)
11         target_link_libraries(bcunit PUBLIC "log")
12  endif()
13  if(CURSES_LIBRARIES)
14 -       target_link_libraries(bcunit INTERFACE ${CURSES_LIBRARIES})
15 +       target_link_libraries(bcunit PRIVATE ${CURSES_LIBRARIES})
16  endif()
17  target_compile_definitions(bcunit INTERFACE "$<BUILD_INTERFACE:BCUNIT_USE_BUILD_INTERFACE>")
18  
This page took 0.068101 seconds and 3 git commands to generate.