We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f24b84f commit 84a3b70Copy full SHA for 84a3b70
src/coarse/CMakeLists.txt
@@ -24,5 +24,3 @@ target_include_directories(
24
$<BUILD_INTERFACE:${PROJECT_SOURCE_DIR}/src/ravl>)
25
26
add_library(${PROJECT_NAME}::coarse ALIAS coarse)
27
-
28
-install(TARGETS coarse EXPORT ${PROJECT_NAME}-targets)
test/test_installation.py
@@ -97,7 +97,6 @@ def _create_match_list(self) -> List[str]:
97
f"lib/cmake/umf/umf-targets-{self.build_type}.cmake",
98
"lib/cmake/umf/umf-targets.cmake",
99
]
100
- lib.append(f"lib/{lib_prefix}coarse.{lib_ext_static}")
101
for pool in self.pools:
102
lib.append(f"lib/{lib_prefix}{pool}.{lib_ext_static}")
103
if self.shared_library:
0 commit comments