We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9fb28c commit 4af9840Copy full SHA for 4af9840
1 file changed
cmake/Access3BinInstall.cmake
@@ -62,7 +62,6 @@ endif()
62
if(ENABLE_UM13)
63
find_package(PkgConfig REQUIRED)
64
pkg_check_modules(UM REQUIRED IMPORTED_TARGET "libum-atmos")
65
- pkg_check_modules(GCOM REQUIRED IMPORTED_TARGET "libgcom")
66
endif()
67
68
# Main Definitions
@@ -94,7 +93,7 @@ foreach(CONF IN LISTS BuildConfigurations)
94
93
list(APPEND CompileDefinitions WAV_PRESENT)
95
96
if(CONF MATCHES UM13)
97
- list(APPEND ComponentsTargets PkgConfig::UM PkgConfig::GCOM)
+ list(APPEND ComponentsTargets PkgConfig::UM)
98
list(APPEND CompileDefinitions ATM_PRESENT)
99
else()
100
list(APPEND ComponentsTargets Access3::cdeps-drof Access3::cdeps-datm)
0 commit comments