Skip to content

Commit 4af9840

Browse files
committed
Remove explicit linking to GCOM
1 parent a9fb28c commit 4af9840

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

cmake/Access3BinInstall.cmake

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ endif()
6262
if(ENABLE_UM13)
6363
find_package(PkgConfig REQUIRED)
6464
pkg_check_modules(UM REQUIRED IMPORTED_TARGET "libum-atmos")
65-
pkg_check_modules(GCOM REQUIRED IMPORTED_TARGET "libgcom")
6665
endif()
6766

6867
# Main Definitions
@@ -94,7 +93,7 @@ foreach(CONF IN LISTS BuildConfigurations)
9493
list(APPEND CompileDefinitions WAV_PRESENT)
9594

9695
if(CONF MATCHES UM13)
97-
list(APPEND ComponentsTargets PkgConfig::UM PkgConfig::GCOM)
96+
list(APPEND ComponentsTargets PkgConfig::UM)
9897
list(APPEND CompileDefinitions ATM_PRESENT)
9998
else()
10099
list(APPEND ComponentsTargets Access3::cdeps-drof Access3::cdeps-datm)

0 commit comments

Comments
 (0)