Skip to content

Commit

Permalink
Cosmetic improvement to icu linkage
Browse files Browse the repository at this point in the history
  • Loading branch information
rerdavies committed Nov 26, 2024
1 parent 7651bc9 commit ed25018
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ include(FindPkgConfig)
find_package(sdbus-c++ REQUIRED)


find_package(ICU REQUIRED COMPONENTS uc i18n )
message(STATUS "ICU_LIBRARIES: ${ICU_LIBRARIES}")


if(DEFINED ENV{GITHUB_ACTIONS})
message(STATUS "Building in GitHub Actions environment")
set(GITHUB_ACTIONS TRUE)
Expand Down Expand Up @@ -273,16 +277,16 @@ set (PIPEDAL_INCLUDES
.
)


set(PIPEDAL_LIBS libpipedald zip
PiPedalCommon
icui18n
icuuc
icudata
pthread atomic stdc++fs asound avahi-common avahi-client systemd
${VST3_LIBRARIES}
${LILV_0_LIBRARIES}
# ${JACK_LIBRARIES} - pending delete for JACK support.
)
${ICU_LIBRARIES}

)



Expand Down

0 comments on commit ed25018

Please sign in to comment.